Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c4fafd6 authored by Adrian Bunk's avatar Adrian Bunk Committed by Wim Van Sebroeck
Browse files

[WATCHDOG] fix watchdog/at91rm9200_wdt.c compilation



This patch fixes the following compile error:

<--  snip  -->

...
  CC      drivers/watchdog/at91rm9200_wdt.o
at91rm9200_wdt.c:188: error: 'at91_wdt_ioctl' undeclared here (not in a 
make[3]: *** [drivers/watchdog/at91rm9200_wdt.o] Error 1

<--  snip  -->

Reported-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 58cf4198
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ static struct watchdog_info at91_wdt_info = {
/*
 * Handle commands from user-space.
 */
static long at91_wdt_ioct(struct file *file,
static long at91_wdt_ioctl(struct file *file,
					unsigned int cmd, unsigned long arg)
{
	void __user *argp = (void __user *)arg;