summaryrefslogtreecommitdiffstats
path: root/board/sandbox/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/sandbox/clock.c')
-rw-r--r--board/sandbox/clock.c2
1 files changed, 1 insertions, 1 deletions
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 <common.h>
#include <init.h>
#include <clock.h>
-#include <asm/arch/linux.h>
+#include <mach/linux.h>
static uint64_t linux_clocksource_read(void)
{