commit | 3c4fafd65055d16d98cfaff1e99d4b319336b9b4 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Fri Aug 08 18:57:45 2008 +0300 |
committer | Wim Van Sebroeck <wim@iguana.be> | Sun Aug 10 20:23:03 2008 +0000 |
tree | b1390525cac2d8c982716fe72ee5ebbe7fa7c0c3 | |
parent | 58cf41984a3791e7a516641f107ff70bd844ef72 [diff] |
[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: Adrian Bunk <bunk@kernel.org> Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>