aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/platform_data/pxa_sdhci.h
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-11-14 12:35:51 +0000
committerChris Ball <cjb@laptop.org>2012-12-06 13:54:44 -0500
commit5f1a4dd0372038f2490afa4540cd66b8d092839e (patch)
treeb639556787904877e9c237d42fb69cc36350280f /include/linux/platform_data/pxa_sdhci.h
parentmmc: mxs-mmc: Remove platform data (diff)
downloadwireguard-linux-5f1a4dd0372038f2490afa4540cd66b8d092839e.tar.xz
wireguard-linux-5f1a4dd0372038f2490afa4540cd66b8d092839e.zip
mmc: Standardise capability type
There are discrepancies with regards to how MMC capabilities are carried throughout the subsystem. Let's standardise them to eliminate any confusion. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include/linux/platform_data/pxa_sdhci.h')
-rw-r--r--include/linux/platform_data/pxa_sdhci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/platform_data/pxa_sdhci.h b/include/linux/platform_data/pxa_sdhci.h
index 59acd987ed34..0d750085f119 100644
--- a/include/linux/platform_data/pxa_sdhci.h
+++ b/include/linux/platform_data/pxa_sdhci.h
@@ -48,8 +48,8 @@ struct sdhci_pxa_platdata {
unsigned int ext_cd_gpio;
bool ext_cd_gpio_invert;
unsigned int max_speed;
- unsigned int host_caps;
- unsigned int host_caps2;
+ u32 host_caps;
+ u32 host_caps2;
unsigned int quirks;
unsigned int pm_caps;
};