diff options
author | Andy Green <andy.green@linaro.org> | 2011-05-31 09:24:58 +0100 |
---|---|---|
committer | Andy Green <andy.green@linaro.org> | 2011-05-31 11:06:28 +0100 |
commit | d8ef64cb36a0a62d07fe35aa86c5017614f3029c (patch) | |
tree | 22369775efbd08ac7b7e9b372aa5d0f716fdb185 /arch | |
parent | fb55b75071b729d891ee1a2ab28298da51a5f927 (diff) |
omap2 hwmod 2420 mmc devattr name fix
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'arch')
-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, }; |