arm: tcc8k: Add missing include
authorOskar Schirmer <oskar@linutronix.de>
Thu, 17 Feb 2011 15:42:51 +0000 (16:42 +0100)
committerThomas 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

index 7991415..a3b66d4 100644 (file)
@@ -17,6 +17,7 @@
 #include <asm/mach/time.h>
 
 #include <mach/clock.h>
+#include <mach/tcc-nand.h>
 
 #include "common.h"