diff options
Diffstat (limited to 'arch/arm/mach-lpc32xx/phy3250.c')
-rw-r--r-- | arch/arm/mach-lpc32xx/phy3250.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c index 34932e0e31fa..7858d5b6f6ce 100644 --- a/arch/arm/mach-lpc32xx/phy3250.c +++ b/arch/arm/mach-lpc32xx/phy3250.c | |||
@@ -202,9 +202,6 @@ static struct mmci_platform_data lpc32xx_mmci_data = { | |||
202 | .ocr_mask = MMC_VDD_30_31 | MMC_VDD_31_32 | | 202 | .ocr_mask = MMC_VDD_30_31 | MMC_VDD_31_32 | |
203 | MMC_VDD_32_33 | MMC_VDD_33_34, | 203 | MMC_VDD_32_33 | MMC_VDD_33_34, |
204 | .ios_handler = mmc_handle_ios, | 204 | .ios_handler = mmc_handle_ios, |
205 | .dma_filter = NULL, | ||
206 | /* No DMA for now since AMBA PL080 dmaengine driver only does scatter | ||
207 | * gather, and the MMCI driver doesn't do it this way */ | ||
208 | }; | 205 | }; |
209 | 206 | ||
210 | static struct lpc32xx_slc_platform_data lpc32xx_slc_data = { | 207 | static struct lpc32xx_slc_platform_data lpc32xx_slc_data = { |