diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-04-09 22:21:09 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-04-09 22:21:09 +0100 |
commit | 13011d08346d9d649119cc6ef519209c6f33f1e8 (patch) | |
tree | d27084187252caf496a24b7e5adc6e6cf6384211 /arch/arm | |
parent | 67d4d8352b5a78df422a956657d9be4b860680ab (diff) | |
download | linux-stable-13011d08346d9d649119cc6ef519209c6f33f1e8.tar.gz linux-stable-13011d08346d9d649119cc6ef519209c6f33f1e8.tar.bz2 linux-stable-13011d08346d9d649119cc6ef519209c6f33f1e8.zip |
[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/arm')
-rw-r--r-- | arch/arm/mach-s3c2410/common-smdk.c | 1 |
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 36b8291b5e03..f372fbda124e 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" |