]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/block/cpqarray.c
[PATCH] beginning of methods conversion
[linux-2.6-omap-h63xx.git] / drivers / block / cpqarray.c
index 3d967525e9a96f0bfafcb7aa1d95a9e9e42b4fc8..b71334b968b68250f4fee5e6f85f3260bbc072e2 100644 (file)
@@ -195,9 +195,9 @@ static inline ctlr_info_t *get_host(struct gendisk *disk)
 
 static struct block_device_operations ida_fops  = {
        .owner          = THIS_MODULE,
-       .open           = ida_open,
-       .release        = ida_release,
-       .ioctl          = ida_ioctl,
+       .__open         = ida_open,
+       .__release      = ida_release,
+       .__ioctl                = ida_ioctl,
        .getgeo         = ida_getgeo,
        .revalidate_disk= ida_revalidate,
 };