aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2006-04-09 22:21:09 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-04-09 22:21:09 +0100
commit13011d08346d9d649119cc6ef519209c6f33f1e8 (patch)
treed27084187252caf496a24b7e5adc6e6cf6384211 /arch
parent67d4d8352b5a78df422a956657d9be4b860680ab (diff)
downloadlinux-13011d08346d9d649119cc6ef519209c6f33f1e8.tar.gz
[ARM] 3468/1: S3C2410: SMDK common include fix
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-s3c2410/common-smdk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/common-smdk.c b/arch/arm/mach-s3c2410/common-smdk.c
index 36b8291b5e037..f372fbda124e1 100644
--- a/arch/arm/mach-s3c2410/common-smdk.c
+++ b/arch/arm/mach-s3c2410/common-smdk.c
@@ -37,6 +37,7 @@
#include <asm/arch/nand.h>
+#include "common-smdk.h"
#include "devs.h"
#include "pm.h"