]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blobdiff - drivers/block/xd.c
[PATCH] beginning of methods conversion
[mirror_ubuntu-kernels.git] / drivers / block / xd.c
index 624d30f7da3fc0ba125de8c46b5f9ec8d1f4efc8..316fa1da4b9c90bd2bdf785ba1926051a4c6c9ad 100644 (file)
@@ -132,7 +132,7 @@ static int xd_getgeo(struct block_device *bdev, struct hd_geometry *geo);
 
 static struct block_device_operations xd_fops = {
        .owner  = THIS_MODULE,
-       .ioctl  = xd_ioctl,
+       .__ioctl        = xd_ioctl,
        .getgeo = xd_getgeo,
 };
 static DECLARE_WAIT_QUEUE_HEAD(xd_wait_int);