ARM: shmobile: ape6evm: don't use named resource for MMCIF
[sfrench/cifs-2.6.git] / arch / arm / mach-shmobile / board-ape6evm.c
index 0fa068e30a3001992952a41230cf9ca609793c72..94adf6199300e4f8a5248fa082ad42ce10d3d615 100644 (file)
@@ -168,7 +168,7 @@ static const struct sh_mmcif_plat_data mmcif0_pdata __initconst = {
 };
 
 static const struct resource mmcif0_resources[] __initconst = {
-       DEFINE_RES_MEM_NAMED(0xee200000, 0x100, "MMCIF0"),
+       DEFINE_RES_MEM(0xee200000, 0x100),
        DEFINE_RES_IRQ(gic_spi(169)),
 };