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 c4a6a9b16d1b..a2813247b455 100644
--- a/arch/arm/mach-shmobile/board-mackerel.c
+++ b/arch/arm/mach-shmobile/board-mackerel.c
@@ -1143,15 +1143,6 @@ static struct resource sh_mmcif_resources[] = {
1143 }, 1143 },
1144}; 1144};
1145 1145
1146static struct sh_mmcif_dma sh_mmcif_dma = {
1147 .chan_priv_rx = {
1148 .slave_id = SHDMA_SLAVE_MMCIF_RX,
1149 },
1150 .chan_priv_tx = {
1151 .slave_id = SHDMA_SLAVE_MMCIF_TX,
1152 },
1153};
1154
1155static struct sh_mmcif_plat_data sh_mmcif_plat = { 1146static struct sh_mmcif_plat_data sh_mmcif_plat = {
1156 .sup_pclk = 0, 1147 .sup_pclk = 0,
1157 .ocr = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34, 1148 .ocr = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
@@ -1159,7 +1150,8 @@ static struct sh_mmcif_plat_data sh_mmcif_plat = {
1159 MMC_CAP_8_BIT_DATA | 1150 MMC_CAP_8_BIT_DATA |
1160 MMC_CAP_NEEDS_POLL, 1151 MMC_CAP_NEEDS_POLL,
1161 .get_cd = slot_cn7_get_cd, 1152 .get_cd = slot_cn7_get_cd,
1162 .dma = &sh_mmcif_dma, 1153 .slave_id_tx = SHDMA_SLAVE_MMCIF_TX,
1154 .slave_id_rx = SHDMA_SLAVE_MMCIF_RX,
1163}; 1155};
1164 1156
1165static struct platform_device sh_mmcif_device = { 1157static struct platform_device sh_mmcif_device = {