]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/raw.c
Automatic merge of /spare/repo/netdev-2.6 branch we18-ieee80211
[linux-2.6-omap-h63xx.git] / drivers / char / raw.c
index a2e33ec796151ab4f96f4a869447f87088f0e300..ca5f42bcaad91eeca08a3984cf530ab2f7b5818c 100644 (file)
@@ -122,7 +122,7 @@ raw_ioctl(struct inode *inode, struct file *filp,
 {
        struct block_device *bdev = filp->private_data;
 
-       return ioctl_by_bdev(bdev, command, arg);
+       return blkdev_ioctl(bdev->bd_inode, NULL, command, arg);
 }
 
 static void bind_device(struct raw_config_request *rq)