aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-mackerel.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile/board-mackerel.c')
-rw-r--r--arch/arm/mach-shmobile/board-mackerel.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c
index 9b42fbd10f8e..1a955e2a334f 100644
--- a/arch/arm/mach-shmobile/board-mackerel.c
+++ b/arch/arm/mach-shmobile/board-mackerel.c
@@ -1184,15 +1184,6 @@ static struct resource sh_mmcif_resources[] = {
1184 }, 1184 },
1185}; 1185};
1186 1186
1187static struct sh_mmcif_dma sh_mmcif_dma = {
1188 .chan_priv_rx = {
1189 .slave_id = SHDMA_SLAVE_MMCIF_RX,
1190 },
1191 .chan_priv_tx = {
1192 .slave_id = SHDMA_SLAVE_MMCIF_TX,
1193 },
1194};
1195
1196static struct sh_mmcif_plat_data sh_mmcif_plat = { 1187static struct sh_mmcif_plat_data sh_mmcif_plat = {
1197 .sup_pclk = 0, 1188 .sup_pclk = 0,
1198 .ocr = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34, 1189 .ocr = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
@@ -1200,7 +1191,8 @@ static struct sh_mmcif_plat_data sh_mmcif_plat = {
1200 MMC_CAP_8_BIT_DATA | 1191 MMC_CAP_8_BIT_DATA |
1201 MMC_CAP_NEEDS_POLL, 1192 MMC_CAP_NEEDS_POLL,
1202 .get_cd = slot_cn7_get_cd, 1193 .get_cd = slot_cn7_get_cd,
1203 .dma = &sh_mmcif_dma, 1194 .slave_id_tx = SHDMA_SLAVE_MMCIF_TX,
1195 .slave_id_rx = SHDMA_SLAVE_MMCIF_RX,
1204}; 1196};
1205 1197
1206static struct platform_device sh_mmcif_device = { 1198static struct platform_device sh_mmcif_device = {