[U-Boot] [PATCH 14/15] AT91: fix at91sam_wdt.c to reworked header files
Reinhard Meyer
u-boot at emk-elektronik.de
Fri Feb 18 13:50:12 CET 2011
Signed-off-by: Reinhard Meyer <u-boot at emk-elektronik.de>
---
drivers/watchdog/at91sam9_wdt.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/watchdog/at91sam9_wdt.c b/drivers/watchdog/at91sam9_wdt.c
index 6254765..80dad07 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>
/*
--
1.5.6.5
More information about the U-Boot
mailing list