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 566343b3c131..51ae4e84f4f9 100644 --- a/drivers/watchdog/cpwd.c +++ b/drivers/watchdog/cpwd.c | |||
@@ -524,6 +524,7 @@ static const struct file_operations cpwd_fops = { | |||
524 | .write = cpwd_write, | 524 | .write = cpwd_write, |
525 | .read = cpwd_read, | 525 | .read = cpwd_read, |
526 | .release = cpwd_release, | 526 | .release = cpwd_release, |
527 | .llseek = no_llseek, | ||
527 | }; | 528 | }; |
528 | 529 | ||
529 | static int __devinit cpwd_probe(struct platform_device *op, | 530 | static int __devinit cpwd_probe(struct platform_device *op, |