diff options
author | Oskar Schirmer <oskar@linutronix.de> | 2011-02-17 10:42:51 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-03-11 04:06:05 -0500 |
commit | 30d913556b25db11f2537f4412487c6e81dc0374 (patch) | |
tree | 0c6d24c1909af0b28c01a411158770a4f2977ec4 | |
parent | a5abba989deceb731047425812d268daf7536575 (diff) |
arm: tcc8k: Add missing include
If NAND is enabled we better have the include around.
Signed-off-by: Oskar Schirmer <oskar@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r-- | arch/arm/mach-tcc8k/board-tcc8000-sdk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tcc8k/board-tcc8000-sdk.c b/arch/arm/mach-tcc8k/board-tcc8000-sdk.c index 7991415e666b..a3b66d405eb3 100644 --- a/arch/arm/mach-tcc8k/board-tcc8000-sdk.c +++ b/arch/arm/mach-tcc8k/board-tcc8000-sdk.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <asm/mach/time.h> | 17 | #include <asm/mach/time.h> |
18 | 18 | ||
19 | #include <mach/clock.h> | 19 | #include <mach/clock.h> |
20 | #include <mach/tcc-nand.h> | ||
20 | 21 | ||
21 | #include "common.h" | 22 | #include "common.h" |
22 | 23 | ||