aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-04-15 09:33:13 +0100
committerAndy Green <andy.green@linaro.org>2011-04-15 09:33:13 +0100
commitf55481481e69304af52bcde4d50f8501c7a307ab (patch)
tree0dfcda33a50e711d8c77811e728ecd8f04bd196b
parente12c2ed797c7445a8eac1f6b50ec2506aa5632d1 (diff)
OMAP: use correct mmc dev attr name in mmc.h
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--arch/arm/plat-omap/include/plat/mmc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/mmc.h b/arch/arm/plat-omap/include/plat/mmc.h
index c46052c6810..cc0ad22d72b 100644
--- a/arch/arm/plat-omap/include/plat/mmc.h
+++ b/arch/arm/plat-omap/include/plat/mmc.h
@@ -34,7 +34,7 @@
/* omap_hwmod integration data */
#define OMAP_HSMMC_SUPPORTS_DUAL_VOLT BIT(1)
-struct mmc_dev_attr {
+struct omap_mmc_dev_attr {
u8 flags;
};