diff options
author | Andy Green <andy.green@linaro.org> | 2011-04-13 14:41:39 +0100 |
---|---|---|
committer | Andy Green <andy.green@linaro.org> | 2011-04-13 14:41:39 +0100 |
commit | 31efca30bc5bc287b9afd54c297fc825ac28d6f7 (patch) | |
tree | ac4752acc744effd40eb068ae70f9bb77b93fb33 | |
parent | 064606466ed75654bb0113810ff5de8fde2be24c (diff) |
omap2 hwmod 2420 mmc devattr name fix
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2420_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2420_data.c b/arch/arm/mach-omap2/omap_hwmod_2420_data.c index 4edb3ecb219..35f4fac72b7 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2420_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2420_data.c @@ -2182,7 +2182,7 @@ static struct omap_hwmod_class mmc_class = { /* MMC/SD/SDIO1 */ -static struct mmc_dev_attr mmc_dev_attr = { +static struct omap_mmc_dev_attr mmc_dev_attr = { .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT, }; |