diff options
author | Mike Rapoport <mike@compulab.co.il> | 2010-11-07 16:57:12 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-01-08 21:48:48 -0500 |
commit | 985b1aa05bc47794780ac92eebdaf006a5187afb (patch) | |
tree | 5c40521dbba37fc34357b37dacc7e82d94677c7a /drivers/mmc/host/sdhci-pltfm.h | |
parent | 0c21e3aaf6ae85bee804a325aa29c325209180fd (diff) |
mmc: Add support for the Marvell Dove SDHCI controller
Implement an sdhci-pltfm driver for the controller found in the
Marvell Dove SoC.
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
CC: Saeed Bishara <saeed@marvell.com>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-pltfm.h')
-rw-r--r-- | drivers/mmc/host/sdhci-pltfm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pltfm.h b/drivers/mmc/host/sdhci-pltfm.h index c1bfe48af56..62118b9f9d0 100644 --- a/drivers/mmc/host/sdhci-pltfm.h +++ b/drivers/mmc/host/sdhci-pltfm.h | |||
@@ -22,5 +22,6 @@ struct sdhci_pltfm_host { | |||
22 | 22 | ||
23 | extern struct sdhci_pltfm_data sdhci_cns3xxx_pdata; | 23 | extern struct sdhci_pltfm_data sdhci_cns3xxx_pdata; |
24 | extern struct sdhci_pltfm_data sdhci_esdhc_imx_pdata; | 24 | extern struct sdhci_pltfm_data sdhci_esdhc_imx_pdata; |
25 | extern struct sdhci_pltfm_data sdhci_dove_pdata; | ||
25 | 26 | ||
26 | #endif /* _DRIVERS_MMC_SDHCI_PLTFM_H */ | 27 | #endif /* _DRIVERS_MMC_SDHCI_PLTFM_H */ |