aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-shmobile/board-lager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/board-lager.c b/arch/arm/mach-shmobile/board-lager.c
index 3c67b2ad4494..9489314338a6 100644
--- a/arch/arm/mach-shmobile/board-lager.c
+++ b/arch/arm/mach-shmobile/board-lager.c
@@ -82,11 +82,11 @@ static struct regulator_consumer_supply fixed3v3_power_consumers[] =
82}; 82};
83 83
84/* MMCIF */ 84/* MMCIF */
85static struct sh_mmcif_plat_data mmcif1_pdata = { 85static struct sh_mmcif_plat_data mmcif1_pdata __initdata = {
86 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE, 86 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
87}; 87};
88 88
89static struct resource mmcif1_resources[] = { 89static struct resource mmcif1_resources[] __initdata = {
90 DEFINE_RES_MEM_NAMED(0xee220000, 0x80, "MMCIF1"), 90 DEFINE_RES_MEM_NAMED(0xee220000, 0x80, "MMCIF1"),
91 DEFINE_RES_IRQ(gic_spi(170)), 91 DEFINE_RES_IRQ(gic_spi(170)),
92}; 92};