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/plat-s3c | |
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/plat-s3c')
-rw-r--r-- | arch/arm/plat-s3c/include/plat/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/include/plat/cpu.h b/arch/arm/plat-s3c/include/plat/cpu.h index 6d89a4637f30..e62ae0fcfe56 100644 --- a/arch/arm/plat-s3c/include/plat/cpu.h +++ b/arch/arm/plat-s3c/include/plat/cpu.h | |||
@@ -47,6 +47,7 @@ extern void s3c24xx_init_irq(void); | |||
47 | extern void s3c64xx_init_irq(u32 vic0, u32 vic1); | 47 | extern void s3c64xx_init_irq(u32 vic0, u32 vic1); |
48 | 48 | ||
49 | extern void s3c24xx_init_io(struct map_desc *mach_desc, int size); | 49 | extern void s3c24xx_init_io(struct map_desc *mach_desc, int size); |
50 | extern void s3c64xx_init_io(struct map_desc *mach_desc, int size); | ||
50 | 51 | ||
51 | extern void s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no); | 52 | extern void s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no); |
52 | 53 | ||