diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-11-14 07:35:51 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-12-06 13:54:44 -0500 |
commit | 5f1a4dd0372038f2490afa4540cd66b8d092839e (patch) | |
tree | b639556787904877e9c237d42fb69cc36350280f /include/linux/platform_data/pxa_sdhci.h | |
parent | d6ed91aff64891fb4f0e9557d9b1734a9e8410a7 (diff) |
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.h | 4 |
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 { | |||
48 | unsigned int ext_cd_gpio; | 48 | unsigned int ext_cd_gpio; |
49 | bool ext_cd_gpio_invert; | 49 | bool ext_cd_gpio_invert; |
50 | unsigned int max_speed; | 50 | unsigned int max_speed; |
51 | unsigned int host_caps; | 51 | u32 host_caps; |
52 | unsigned int host_caps2; | 52 | u32 host_caps2; |
53 | unsigned int quirks; | 53 | unsigned int quirks; |
54 | unsigned int pm_caps; | 54 | unsigned int pm_caps; |
55 | }; | 55 | }; |