]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: S3C64XX: Remove useless IO descriptor from S3C6410
authorBen Dooks <ben-linux@fluff.org>
Tue, 26 Jan 2010 01:18:14 +0000 (10:18 +0900)
committerBen Dooks <ben-linux@fluff.org>
Tue, 26 Jan 2010 01:18:14 +0000 (10:18 +0900)
The iotable in arch/arm/mach-s3c64xx/s3c6410.c is currently empty and
therefore can be removed from the build.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c64xx/s3c6410.c

index dd55c6a74ed559dfdb813b4be218f784c718b764..185f15cbb701f1e42df2954412e2534ea25414ed 100644 (file)
 #include <plat/s3c6400.h>
 #include <plat/s3c6410.h>
 
-/* Initial IO mappings */
-
-static struct map_desc s3c6410_iodesc[] __initdata = {
-};
-
-/* s3c6410_map_io
- *
- * register the standard cpu IO areas
-*/
-
 void __init s3c6410_map_io(void)
 {
-       iotable_init(s3c6410_iodesc, ARRAY_SIZE(s3c6410_iodesc));
-
        /* initialise device information early */
        s3c6410_default_sdhci0();
        s3c6410_default_sdhci1();