diff options
Diffstat (limited to 'drivers/watchdog/cpwd.c')
-rw-r--r-- | drivers/watchdog/cpwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/cpwd.c b/drivers/watchdog/cpwd.c index b7d96e6236a1..eca855a55c0d 100644 --- a/drivers/watchdog/cpwd.c +++ b/drivers/watchdog/cpwd.c | |||
@@ -525,6 +525,7 @@ static const struct file_operations cpwd_fops = { | |||
525 | .write = cpwd_write, | 525 | .write = cpwd_write, |
526 | .read = cpwd_read, | 526 | .read = cpwd_read, |
527 | .release = cpwd_release, | 527 | .release = cpwd_release, |
528 | .llseek = no_llseek, | ||
528 | }; | 529 | }; |
529 | 530 | ||
530 | static int __devinit cpwd_probe(struct platform_device *op, | 531 | static int __devinit cpwd_probe(struct platform_device *op, |