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) | |
download | blackbird-op-linux-985b1aa05bc47794780ac92eebdaf006a5187afb.tar.gz blackbird-op-linux-985b1aa05bc47794780ac92eebdaf006a5187afb.zip |
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 c1bfe48af56a..62118b9f9d0a 100644 --- a/drivers/mmc/host/sdhci-pltfm.h +++ b/drivers/mmc/host/sdhci-pltfm.h @@ -22,5 +22,6 @@ struct sdhci_pltfm_host { extern struct sdhci_pltfm_data sdhci_cns3xxx_pdata; extern struct sdhci_pltfm_data sdhci_esdhc_imx_pdata; +extern struct sdhci_pltfm_data sdhci_dove_pdata; #endif /* _DRIVERS_MMC_SDHCI_PLTFM_H */ |