[ARM] 3468/1: S3C2410: SMDK common include fix
authorBen Dooks <ben-linux@fluff.org>
Sun, 9 Apr 2006 21:21:09 +0000 (22:21 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 9 Apr 2006 21:21:09 +0000 (22:21 +0100)
Patch from Ben Dooks

common-smdk.c does not include its own header file
defining the exported prototypes.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-s3c2410/common-smdk.c

index 36b8291..f372fbd 100644 (file)
@@ -37,6 +37,7 @@
 
 #include <asm/arch/nand.h>
 
+#include "common-smdk.h"
 #include "devs.h"
 #include "pm.h"