]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/block/ataflop.c
[PATCH] beginning of methods conversion
[linux-2.6-omap-h63xx.git] / drivers / block / ataflop.c
index 85d56a26f7c6856dffc57e04d937cef8f3e212da..30166774327da97aca0582abed0f37b0c5720b95 100644 (file)
@@ -1857,9 +1857,9 @@ static int floppy_release( struct inode * inode, struct file * filp )
 
 static struct block_device_operations floppy_fops = {
        .owner          = THIS_MODULE,
-       .open           = floppy_open,
-       .release        = floppy_release,
-       .ioctl          = fd_ioctl,
+       .__open         = floppy_open,
+       .__release      = floppy_release,
+       .__ioctl                = fd_ioctl,
        .media_changed  = check_floppy_change,
        .revalidate_disk= floppy_revalidate,
 };