diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-pltfm.h')
| -rw-r--r-- | drivers/mmc/host/sdhci-pltfm.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pltfm.h b/drivers/mmc/host/sdhci-pltfm.h index 900f32902f73..93a031973f62 100644 --- a/drivers/mmc/host/sdhci-pltfm.h +++ b/drivers/mmc/host/sdhci-pltfm.h | |||
| @@ -11,8 +11,15 @@ | |||
| 11 | #ifndef _DRIVERS_MMC_SDHCI_PLTFM_H | 11 | #ifndef _DRIVERS_MMC_SDHCI_PLTFM_H |
| 12 | #define _DRIVERS_MMC_SDHCI_PLTFM_H | 12 | #define _DRIVERS_MMC_SDHCI_PLTFM_H |
| 13 | 13 | ||
| 14 | #include <linux/clk.h> | ||
| 15 | #include <linux/types.h> | ||
| 14 | #include <linux/sdhci-pltfm.h> | 16 | #include <linux/sdhci-pltfm.h> |
| 15 | 17 | ||
| 18 | struct sdhci_pltfm_host { | ||
| 19 | struct clk *clk; | ||
| 20 | u32 scratchpad; /* to handle quirks across io-accessor calls */ | ||
| 21 | }; | ||
| 22 | |||
| 16 | extern struct sdhci_pltfm_data sdhci_cns3xxx_pdata; | 23 | extern struct sdhci_pltfm_data sdhci_cns3xxx_pdata; |
| 17 | 24 | ||
| 18 | #endif /* _DRIVERS_MMC_SDHCI_PLTFM_H */ | 25 | #endif /* _DRIVERS_MMC_SDHCI_PLTFM_H */ |
