diff options
author | Al Cooper <alcooperx@gmail.com> | 2013-05-26 19:59:26 +0200 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2013-05-26 20:23:22 +0200 |
commit | ad82ab65d8abd060b60d99b8559da99c31515a31 (patch) | |
tree | aa46094d0345e8f85c18051121186f19949a964d /drivers/mmc/host/sdhci-pltfm.h | |
parent | mmc: atmel-mci: add CONFIG_PM_SLEEP to suspend/resume functions (diff) | |
download | linux-ad82ab65d8abd060b60d99b8559da99c31515a31.tar.xz linux-ad82ab65d8abd060b60d99b8559da99c31515a31.zip |
mmc: sdhci-pltfm: Allow drivers to set quirks2 from platform data
Signed-off-by: Al Cooper <alcooperx@gmail.com>
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 1210ed1b0c60..83d42c60a06f 100644 --- a/drivers/mmc/host/sdhci-pltfm.h +++ b/drivers/mmc/host/sdhci-pltfm.h @@ -18,6 +18,7 @@ struct sdhci_pltfm_data { const struct sdhci_ops *ops; unsigned int quirks; + unsigned int quirks2; }; struct sdhci_pltfm_host { |