Skip to content

Commit

Permalink
ARM: AT2440EVB: Remove duplicated s3c_device_sdi.name set
Browse files Browse the repository at this point in the history
The AT2440EVB should not be changing the s3c_device_sdi.name as this is
part of the initialisation process done by the CPU detection process
and actually present in arch/arm/plat-s3c24xx/s3c24xx.c.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Dec 1, 2009
1 parent 2a3a180 commit 372359e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-s3c2440/mach-at2440evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ static struct platform_device *at2440evb_devices[] __initdata = {

static void __init at2440evb_map_io(void)
{
s3c_device_sdi.name = "s3c2440-sdi";
s3c_device_sdi.dev.platform_data = &at2440evb_mci_pdata;

s3c24xx_init_io(at2440evb_iodesc, ARRAY_SIZE(at2440evb_iodesc));
Expand Down

0 comments on commit 372359e

Please sign in to comment.