diff options
Diffstat (limited to 'drivers/char/ds1302.c')
-rw-r--r-- | drivers/char/ds1302.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/ds1302.c b/drivers/char/ds1302.c index e3d72aa3cbd2..ed8303f9890c 100644 --- a/drivers/char/ds1302.c +++ b/drivers/char/ds1302.c | |||
@@ -289,6 +289,7 @@ get_rtc_status(char *buf) | |||
289 | static const struct file_operations rtc_fops = { | 289 | static const struct file_operations rtc_fops = { |
290 | .owner = THIS_MODULE, | 290 | .owner = THIS_MODULE, |
291 | .unlocked_ioctl = rtc_ioctl, | 291 | .unlocked_ioctl = rtc_ioctl, |
292 | .llseek = noop_llseek, | ||
292 | }; | 293 | }; |
293 | 294 | ||
294 | /* Probe for the chip by writing something to its RAM and try reading it back. */ | 295 | /* Probe for the chip by writing something to its RAM and try reading it back. */ |