summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorReinhard Meyer <u-boot@emk-elektronik.de>2011-02-04 20:17:33 +0100
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-05-18 07:56:51 +0200
commit7f6ed7ff7c3cd4cc7c30ea9d51b1013318f57467 (patch)
tree2b0aa34fd4ed6dbd30b8c8f8418ad4a181403dd4 /drivers/watchdog
parent50f750022b0cab3b047b9544d3ce769708f2bd78 (diff)
downloadblackbird-obmc-uboot-7f6ed7ff7c3cd4cc7c30ea9d51b1013318f57467.tar.gz
blackbird-obmc-uboot-7f6ed7ff7c3cd4cc7c30ea9d51b1013318f57467.zip
AT91: fix at91sam_wdt.c to reworked header files
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/at91sam9_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/at91sam9_wdt.c b/drivers/watchdog/at91sam9_wdt.c
index 62547651a5..80dad07d84 100644
--- a/drivers/watchdog/at91sam9_wdt.c
+++ b/drivers/watchdog/at91sam9_wdt.c
@@ -21,7 +21,7 @@
#include <common.h>
#include <watchdog.h>
#include <asm/arch/hardware.h>
-#include <asm/arch/io.h>
+#include <asm/io.h>
#include <asm/arch/at91_wdt.h>
/*
OpenPOWER on IntegriCloud