diff options
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/mpc8xxx_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/mpc8xxx_wdt.c b/drivers/watchdog/mpc8xxx_wdt.c index 8b82b91caee7..3c5ed9e26226 100644 --- a/drivers/watchdog/mpc8xxx_wdt.c +++ b/drivers/watchdog/mpc8xxx_wdt.c | |||
@@ -142,7 +142,7 @@ static int mpc8xxx_wdt_release(struct inode *inode, struct file *file) | |||
142 | return 0; | 142 | return 0; |
143 | } | 143 | } |
144 | 144 | ||
145 | static long mpc8xxx_wdt_ioctl(struct inode *inode, struct file *file, | 145 | static long mpc8xxx_wdt_ioctl(struct file *file, unsigned int cmd, |
146 | unsigned long arg) | 146 | unsigned long arg) |
147 | { | 147 | { |
148 | void __user *argp = (void __user *)arg; | 148 | void __user *argp = (void __user *)arg; |