diff options
Diffstat (limited to 'drivers/watchdog/riowd.c')
-rw-r--r-- | drivers/watchdog/riowd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/watchdog/riowd.c b/drivers/watchdog/riowd.c index 01cc7e39d92f..2cff53310f7b 100644 --- a/drivers/watchdog/riowd.c +++ b/drivers/watchdog/riowd.c | |||
@@ -146,7 +146,8 @@ static long riowd_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) | |||
146 | return 0; | 146 | return 0; |
147 | } | 147 | } |
148 | 148 | ||
149 | static ssize_t riowd_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) | 149 | static ssize_t riowd_write(struct file *file, const char __user *buf, |
150 | size_t count, loff_t *ppos) | ||
150 | { | 151 | { |
151 | struct riowd *p = riowd_device; | 152 | struct riowd *p = riowd_device; |
152 | 153 | ||