]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/drivers/ubd_kern.c
[PATCH] beginning of methods conversion
[linux-2.6-omap-h63xx.git] / arch / um / drivers / ubd_kern.c
index b58fb8941d8d7eb4cb27447084332f686dca031a..72569cc3cbb76b874af04f84d080ba102cabc814 100644 (file)
@@ -108,9 +108,9 @@ static int ubd_getgeo(struct block_device *bdev, struct hd_geometry *geo);
 
 static struct block_device_operations ubd_blops = {
         .owner         = THIS_MODULE,
-        .open          = ubd_open,
-        .release       = ubd_release,
-        .ioctl         = ubd_ioctl,
+        .__open                = ubd_open,
+        .__release     = ubd_release,
+        .__ioctl               = ubd_ioctl,
        .getgeo         = ubd_getgeo,
 };