summaryrefslogtreecommitdiffstats
path: root/drivers/serial/linux_console.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-22 14:21:29 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-22 14:21:29 +0200
commitb4521685bf00398a4db0d3abe28376bd8f1b31ed (patch)
tree91c2097bc5f467c15ff8b404b288b8f916d80541 /drivers/serial/linux_console.c
parente2a7b79cfc63c8a5bdafb6f333fedf35b6b8a380 (diff)
downloadbarebox-b4521685bf00398a4db0d3abe28376bd8f1b31ed.tar.gz
barebox-b4521685bf00398a4db0d3abe28376bd8f1b31ed.tar.xz
[SANDBOX] Move include/asm-sandbox/arch-* to arch/sandbox/*/include/mach
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/serial/linux_console.c')
-rw-r--r--drivers/serial/linux_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/linux_console.c b/drivers/serial/linux_console.c
index 39ff862729..c792b501a0 100644
--- a/drivers/serial/linux_console.c
+++ b/drivers/serial/linux_console.c
@@ -23,7 +23,7 @@
#include <common.h>
#include <driver.h>
#include <init.h>
-#include <asm/arch/linux.h>
+#include <mach/linux.h>
#include <malloc.h>
#include <console.h>
#include <xfuncs.h>