diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-31 12:15:01 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 18:48:20 -0500 |
commit | 6a5f4b8535868ada539ea2479d4f0a6c694b3908 (patch) | |
tree | 7715e1d027c6d997037badf31c6ce547af44dd09 /arch/arm/mach-s3c6410 | |
parent | 3627379fc6b3e2b531b371af97d8ce0040fc3646 (diff) |
[ARM] S3C64XX: Fix missing definition of s3c64xx_init_io()
The function s3c64xx_init_io was missing from <plat/cpu.h>
and was masked by the SMDK6410 having an local definition.
Fix by removing the SMDK6410 variant and adding it to the
relevant <plat/cpu.h> file.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6410')
-rw-r--r-- | arch/arm/mach-s3c6410/mach-smdk6410.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c6410/mach-smdk6410.c b/arch/arm/mach-s3c6410/mach-smdk6410.c index 35d42e8cab92..9213a8ba283b 100644 --- a/arch/arm/mach-s3c6410/mach-smdk6410.c +++ b/arch/arm/mach-s3c6410/mach-smdk6410.c | |||
@@ -64,8 +64,6 @@ struct map_desc smdk6410_iodesc[] = {}; | |||
64 | static struct platform_device *smdk6410_devices[] __initdata = { | 64 | static struct platform_device *smdk6410_devices[] __initdata = { |
65 | }; | 65 | }; |
66 | 66 | ||
67 | extern void s3c64xx_init_io(struct map_desc *, int); | ||
68 | |||
69 | static void __init smdk6410_map_io(void) | 67 | static void __init smdk6410_map_io(void) |
70 | { | 68 | { |
71 | s3c64xx_init_io(smdk6410_iodesc, ARRAY_SIZE(smdk6410_iodesc)); | 69 | s3c64xx_init_io(smdk6410_iodesc, ARRAY_SIZE(smdk6410_iodesc)); |