From b4521685bf00398a4db0d3abe28376bd8f1b31ed Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 22 Oct 2009 14:21:29 +0200 Subject: [SANDBOX] Move include/asm-sandbox/arch-* to arch/sandbox/*/include/mach Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- board/sandbox/board.c | 2 +- board/sandbox/clock.c | 2 +- board/sandbox/console.c | 2 +- board/sandbox/hostfile.c | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'board') diff --git a/board/sandbox/board.c b/board/sandbox/board.c index a3f64983c4..84017eb50d 100644 --- a/board/sandbox/board.c +++ b/board/sandbox/board.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include diff --git a/board/sandbox/clock.c b/board/sandbox/clock.c index 27ae7e234c..7ad1f53e15 100644 --- a/board/sandbox/clock.c +++ b/board/sandbox/clock.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include static uint64_t linux_clocksource_read(void) { diff --git a/board/sandbox/console.c b/board/sandbox/console.c index 7b429df8b3..094521678a 100644 --- a/board/sandbox/console.c +++ b/board/sandbox/console.c @@ -22,7 +22,7 @@ #include #include -#include +#include #include int u_boot_register_console(char *name, int stdinfd, int stdoutfd) diff --git a/board/sandbox/hostfile.c b/board/sandbox/hostfile.c index eb3b08ff76..f91601febb 100644 --- a/board/sandbox/hostfile.c +++ b/board/sandbox/hostfile.c @@ -23,10 +23,10 @@ #include #include #include -#include +#include #include #include -#include +#include #include struct hf_priv { -- cgit v1.2.3