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 170693c93c73..4f7aa364167c 100644 --- a/drivers/char/ds1302.c +++ b/drivers/char/ds1302.c | |||
@@ -288,6 +288,7 @@ get_rtc_status(char *buf) | |||
288 | static const struct file_operations rtc_fops = { | 288 | static const struct file_operations rtc_fops = { |
289 | .owner = THIS_MODULE, | 289 | .owner = THIS_MODULE, |
290 | .unlocked_ioctl = rtc_ioctl, | 290 | .unlocked_ioctl = rtc_ioctl, |
291 | .llseek = noop_llseek, | ||
291 | }; | 292 | }; |
292 | 293 | ||
293 | /* Probe for the chip by writing something to its RAM and try reading it back. */ | 294 | /* Probe for the chip by writing something to its RAM and try reading it back. */ |