From: Magnus Damm Date: Wed, 13 Oct 2010 07:39:18 +0000 (+0000) Subject: ARM: shmobile: make AP4EVB MMCIF resource string consistent X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0fb0834b36c2a952640883cd4b68f01d0843eca6;p=deliverable%2Flinux.git ARM: shmobile: make AP4EVB MMCIF resource string consistent Just use MMCIF as name to match the sh7372 data sheet. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 943cc21e33b2..aaac8b09047b 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c @@ -237,7 +237,7 @@ static struct platform_device smc911x_device = { /* SH_MMCIF */ static struct resource sh_mmcif_resources[] = { [0] = { - .name = "SH_MMCIF", + .name = "MMCIF", .start = 0xE6BD0000, .end = 0xE6BD00FF, .flags = IORESOURCE_MEM,