diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-shmobile/board-mackerel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index fb058c763a7d..ef22ec4dafae 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c | |||
@@ -1118,7 +1118,7 @@ static struct sh_mmcif_plat_data sh_mmcif_plat = { | |||
1118 | .slave_id_rx = SHDMA_SLAVE_MMCIF_RX, | 1118 | .slave_id_rx = SHDMA_SLAVE_MMCIF_RX, |
1119 | }; | 1119 | }; |
1120 | 1120 | ||
1121 | static struct platform_device sh_mmcif_device = { | 1121 | static struct platform_device sh_mmcif_device __maybe_unused = { |
1122 | .name = "sh_mmcif", | 1122 | .name = "sh_mmcif", |
1123 | .id = 0, | 1123 | .id = 0, |
1124 | .dev = { | 1124 | .dev = { |