diff options
Diffstat (limited to 'drivers/block/DAC960.c')
-rw-r--r-- | drivers/block/DAC960.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/block/DAC960.c b/drivers/block/DAC960.c index 4e2c367fec11..dfcb33e8d405 100644 --- a/drivers/block/DAC960.c +++ b/drivers/block/DAC960.c | |||
@@ -7062,7 +7062,8 @@ static long DAC960_gam_ioctl(struct file *file, unsigned int Request, | |||
7062 | 7062 | ||
7063 | static const struct file_operations DAC960_gam_fops = { | 7063 | static const struct file_operations DAC960_gam_fops = { |
7064 | .owner = THIS_MODULE, | 7064 | .owner = THIS_MODULE, |
7065 | .unlocked_ioctl = DAC960_gam_ioctl | 7065 | .unlocked_ioctl = DAC960_gam_ioctl, |
7066 | .llseek = noop_llseek, | ||
7066 | }; | 7067 | }; |
7067 | 7068 | ||
7068 | static struct miscdevice DAC960_gam_dev = { | 7069 | static struct miscdevice DAC960_gam_dev = { |