* [U-Boot] [PATCH ATMEL REWORK] timer.c compile error io.h not found with arm/at91rm9200
@ 2011-02-08 19:07 Jens Scharsig
0 siblings, 0 replies; only message in thread
From: Jens Scharsig @ 2011-02-08 19:07 UTC (permalink / raw)
To: u-boot
* Fix: timer.c compile error io.h not found with arm/at91rm9200
Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
---
arch/arm/cpu/arm920t/at91/timer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/cpu/arm920t/at91/timer.c b/arch/arm/cpu/arm920t/at91/timer.c
index d9a024f..c4c5eef 100644
--- a/arch/arm/cpu/arm920t/at91/timer.c
+++ b/arch/arm/cpu/arm920t/at91/timer.c
@@ -32,7 +32,7 @@
#include <common.h>
-#include <asm/arch/io.h>
+#include <asm/io.h>
#include <asm/arch/hardware.h>
#include <asm/arch/at91_tc.h>
#include <asm/arch/at91_pmc.h>
--
1.7.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-02-08 19:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-08 19:07 [U-Boot] [PATCH ATMEL REWORK] timer.c compile error io.h not found with arm/at91rm9200 Jens Scharsig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox