aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_44xx_data.c')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_44xx_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index 44e5634bba34..d8a3cf1c1787 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -22,6 +22,7 @@
22 22
23#include <linux/io.h> 23#include <linux/io.h>
24#include <linux/platform_data/gpio-omap.h> 24#include <linux/platform_data/gpio-omap.h>
25#include <linux/platform_data/hsmmc-omap.h>
25#include <linux/power/smartreflex.h> 26#include <linux/power/smartreflex.h>
26#include <linux/i2c-omap.h> 27#include <linux/i2c-omap.h>
27 28
@@ -39,7 +40,6 @@
39#include "prm44xx.h" 40#include "prm44xx.h"
40#include "prm-regbits-44xx.h" 41#include "prm-regbits-44xx.h"
41#include "i2c.h" 42#include "i2c.h"
42#include "mmc.h"
43#include "wd_timer.h" 43#include "wd_timer.h"
44 44
45/* Base offset for all OMAP4 interrupts external to MPUSS */ 45/* Base offset for all OMAP4 interrupts external to MPUSS */
@@ -1952,7 +1952,7 @@ static struct omap_hwmod_dma_info omap44xx_mmc1_sdma_reqs[] = {
1952}; 1952};
1953 1953
1954/* mmc1 dev_attr */ 1954/* mmc1 dev_attr */
1955static struct omap_mmc_dev_attr mmc1_dev_attr = { 1955static struct omap_hsmmc_dev_attr mmc1_dev_attr = {
1956 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT, 1956 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
1957}; 1957};
1958 1958