Browse Source

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>
Oskar Schirmer 14 years ago
parent
commit
30d913556b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-tcc8k/board-tcc8000-sdk.c

+ 1 - 0
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"