diff options
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/ubi/cdev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/ubi/cdev.c b/drivers/mtd/ubi/cdev.c index 34375ee6d4a4..5fc9fd457e69 100644 --- a/drivers/mtd/ubi/cdev.c +++ b/drivers/mtd/ubi/cdev.c | |||
@@ -708,7 +708,7 @@ static int ubi_cdev_ioctl(struct inode *inode, struct file *file, | |||
708 | struct file_operations ubi_cdev_operations = { | 708 | struct file_operations ubi_cdev_operations = { |
709 | .owner = THIS_MODULE, | 709 | .owner = THIS_MODULE, |
710 | .ioctl = ubi_cdev_ioctl, | 710 | .ioctl = ubi_cdev_ioctl, |
711 | .llseek = no_llseek | 711 | .llseek = no_llseek, |
712 | }; | 712 | }; |
713 | 713 | ||
714 | /* UBI volume character device operations */ | 714 | /* UBI volume character device operations */ |
@@ -719,5 +719,5 @@ struct file_operations ubi_vol_cdev_operations = { | |||
719 | .llseek = vol_cdev_llseek, | 719 | .llseek = vol_cdev_llseek, |
720 | .read = vol_cdev_read, | 720 | .read = vol_cdev_read, |
721 | .write = vol_cdev_write, | 721 | .write = vol_cdev_write, |
722 | .ioctl = vol_cdev_ioctl | 722 | .ioctl = vol_cdev_ioctl, |
723 | }; | 723 | }; |