projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a3a180
)
ARM: AT2440EVB: Remove duplicated s3c_device_sdi.name set
author
Ben Dooks
<ben-linux@fluff.org>
Mon, 28 Sep 2009 15:20:32 +0000
(16:20 +0100)
committer
Ben Dooks
<ben-linux@fluff.org>
Tue, 1 Dec 2009 01:34:17 +0000
(
01:34
+0000)
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>
arch/arm/mach-s3c2440/mach-at2440evb.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c2440/mach-at2440evb.c
b/arch/arm/mach-s3c2440/mach-at2440evb.c
index d73ef9ac202bb51361a21c322ef2e00f8feeba26..aa69290e04c6ae6e7e87356d161846caa83644a5 100644
(file)
--- a/
arch/arm/mach-s3c2440/mach-at2440evb.c
+++ b/
arch/arm/mach-s3c2440/mach-at2440evb.c
@@
-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));