aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c6410/mach-smdk6410.c
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-31 16:15:01 +0000
committerBen Dooks <ben-linux@fluff.org>2008-10-31 16:17:44 +0000
commit54f677944dcf6df99030ca4797aaf3023c728f26 (patch)
tree2bf630e9cfaa229da9447ef073cccd8f1f1e883d /arch/arm/mach-s3c6410/mach-smdk6410.c
parent9f81410f6f1d35d3da4b8bad7b2eb60611062cb2 (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/mach-smdk6410.c')
-rw-r--r--arch/arm/mach-s3c6410/mach-smdk6410.c2
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 e845b2a1bec..b5d24df436a 100644
--- a/arch/arm/mach-s3c6410/mach-smdk6410.c
+++ b/arch/arm/mach-s3c6410/mach-smdk6410.c
@@ -79,8 +79,6 @@ static struct i2c_board_info i2c_devs1[] __initdata = {
{ I2C_BOARD_INFO("24c128", 0x57), }, /* Samsung S524AD0XD1 */
};
-extern void s3c64xx_init_io(struct map_desc *, int);
-
static void __init smdk6410_map_io(void)
{
s3c64xx_init_io(smdk6410_iodesc, ARRAY_SIZE(smdk6410_iodesc));