projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5abba9
)
arm: tcc8k: Add missing include
author
Oskar Schirmer
<oskar@linutronix.de>
Thu, 17 Feb 2011 15:42:51 +0000
(16:42 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Fri, 11 Mar 2011 09:06:05 +0000
(10:06 +0100)
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>
arch/arm/mach-tcc8k/board-tcc8000-sdk.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tcc8k/board-tcc8000-sdk.c
b/arch/arm/mach-tcc8k/board-tcc8000-sdk.c
index 7991415e666bc7646007fd6ada2fcbf83ca84d8a..a3b66d405eb30e1abf56a22b6f6bbc7874393321 100644
(file)
--- a/
arch/arm/mach-tcc8k/board-tcc8000-sdk.c
+++ b/
arch/arm/mach-tcc8k/board-tcc8000-sdk.c
@@
-17,6
+17,7
@@
#include <asm/mach/time.h>
#include <mach/clock.h>
+#include <mach/tcc-nand.h>
#include "common.h"