diff options
Diffstat (limited to 'drivers/mmc/host/omap_hsmmc.c')
-rw-r--r-- | drivers/mmc/host/omap_hsmmc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index 2b2c98773f15..2338703746a4 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++ b/drivers/mmc/host/omap_hsmmc.c | |||
@@ -30,6 +30,7 @@ | |||
30 | #include <linux/of.h> | 30 | #include <linux/of.h> |
31 | #include <linux/of_gpio.h> | 31 | #include <linux/of_gpio.h> |
32 | #include <linux/of_device.h> | 32 | #include <linux/of_device.h> |
33 | #include <linux/omap-dma.h> | ||
33 | #include <linux/mmc/host.h> | 34 | #include <linux/mmc/host.h> |
34 | #include <linux/mmc/core.h> | 35 | #include <linux/mmc/core.h> |
35 | #include <linux/mmc/mmc.h> | 36 | #include <linux/mmc/mmc.h> |
@@ -1766,8 +1767,6 @@ static inline struct omap_mmc_platform_data | |||
1766 | } | 1767 | } |
1767 | #endif | 1768 | #endif |
1768 | 1769 | ||
1769 | extern bool omap_dma_filter_fn(struct dma_chan *chan, void *param); | ||
1770 | |||
1771 | static int __devinit omap_hsmmc_probe(struct platform_device *pdev) | 1770 | static int __devinit omap_hsmmc_probe(struct platform_device *pdev) |
1772 | { | 1771 | { |
1773 | struct omap_mmc_platform_data *pdata = pdev->dev.platform_data; | 1772 | struct omap_mmc_platform_data *pdata = pdev->dev.platform_data; |