Skip to content

Commit

Permalink
ARM: S3C64XX: Remove useless IO descriptor from S3C6410
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks committed Jan 26, 2010
1 parent 431107e commit 97ce9d6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions arch/arm/mach-s3c64xx/s3c6410.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,8 @@
#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();
Expand Down

0 comments on commit 97ce9d6

Please sign in to comment.