diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-14 22:27:39 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-14 22:27:39 (GMT) |
commit | b75cdf388ecdcd5ab5e66178f19c39a4c94dea26 (patch) | |
tree | 05d5f8dedd0fbd9b93fb10ff6ad9aa81630372f8 /drivers/char | |
parent | 881787a7d379a4a4474e94fce87b511a7f641595 (diff) | |
parent | f6af5da388a5d058cd9a5a47d030e3966b22e991 (diff) | |
download | linux-b75cdf388ecdcd5ab5e66178f19c39a4c94dea26.tar.xz |
Merge master.kernel.org:/home/rmk/linux-2.6-arm-smp
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/watchdog/mpcore_wdt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/watchdog/mpcore_wdt.c b/drivers/char/watchdog/mpcore_wdt.c index c694eee..75ca84e 100644 --- a/drivers/char/watchdog/mpcore_wdt.c +++ b/drivers/char/watchdog/mpcore_wdt.c @@ -30,6 +30,8 @@ #include <linux/init.h> #include <linux/interrupt.h> #include <linux/device.h> + +#include <asm/hardware/arm_twd.h> #include <asm/uaccess.h> struct mpcore_wdt { |