aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/aruba-2.6/files/drivers/char/watchdog/wdt_merlot.c
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-05-24 00:04:19 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-05-24 00:04:19 +0000
commit15386a1583cacc94e71a35e8121e8717c39082a7 (patch)
tree5ae53cb74a05f025474690fd08b558f13e70054d /target/linux/aruba-2.6/files/drivers/char/watchdog/wdt_merlot.c
parent7e07265588735d544db5bea8f99440e602c1964c (diff)
downloadupstream-15386a1583cacc94e71a35e8121e8717c39082a7.tar.gz
upstream-15386a1583cacc94e71a35e8121e8717c39082a7.tar.bz2
upstream-15386a1583cacc94e71a35e8121e8717c39082a7.zip
aruba fixes, work in progress
SVN-Revision: 7324
Diffstat (limited to 'target/linux/aruba-2.6/files/drivers/char/watchdog/wdt_merlot.c')
-rw-r--r--target/linux/aruba-2.6/files/drivers/char/watchdog/wdt_merlot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/aruba-2.6/files/drivers/char/watchdog/wdt_merlot.c b/target/linux/aruba-2.6/files/drivers/char/watchdog/wdt_merlot.c
index de966c8699..ef5e52aa04 100644
--- a/target/linux/aruba-2.6/files/drivers/char/watchdog/wdt_merlot.c
+++ b/target/linux/aruba-2.6/files/drivers/char/watchdog/wdt_merlot.c
@@ -4,6 +4,8 @@
#include <linux/miscdevice.h>
#include <linux/watchdog.h>
#include <linux/fs.h>
+#include <linux/jiffies.h>
+#include <linux/timer.h>
#include <asm/io.h>
#include <asm/uaccess.h>