aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/at91rm9200_wdt.c
diff options
context:
space:
mode:
authorJean-Christop PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-01-23 10:06:07 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-01-24 11:41:19 +0000
commit02e0746ecc0e72482fe6f350cbb8b65d1d5fc40a (patch)
tree14d1a4c9d4e017f4ae70c4e978f2ab86e732ebc8 /drivers/watchdog/at91rm9200_wdt.c
parent[ARM] 5368/1: arch/arm/mach-davinci/usb.c buildfix (diff)
downloadlinux-dev-02e0746ecc0e72482fe6f350cbb8b65d1d5fc40a.tar.xz
linux-dev-02e0746ecc0e72482fe6f350cbb8b65d1d5fc40a.zip
[ARM] 5370/1: at91: fix rm9200 watchdog
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/watchdog/at91rm9200_wdt.c')
-rw-r--r--drivers/watchdog/at91rm9200_wdt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/at91rm9200_wdt.c b/drivers/watchdog/at91rm9200_wdt.c
index 993e5f52afef..5531691f46ea 100644
--- a/drivers/watchdog/at91rm9200_wdt.c
+++ b/drivers/watchdog/at91rm9200_wdt.c
@@ -13,6 +13,7 @@
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/init.h>
+#include <linux/io.h>
#include <linux/kernel.h>
#include <linux/miscdevice.h>
#include <linux/module.h>