diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_3xxx_data.c')
| -rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c index 7f8915ad509..eef43e2e163 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c @@ -3247,18 +3247,14 @@ static __initdata struct omap_hwmod *omap3xxx_hwmods[] = {  /* 3430ES1-only hwmods */  static __initdata struct omap_hwmod *omap3430es1_hwmods[] = { -	&omap3xxx_iva_hwmod,  	&omap3430es1_dss_core_hwmod, -	&omap3xxx_mailbox_hwmod,  	NULL  };  /* 3430ES2+-only hwmods */  static __initdata struct omap_hwmod *omap3430es2plus_hwmods[] = { -	&omap3xxx_iva_hwmod,  	&omap3xxx_dss_core_hwmod,  	&omap3xxx_usbhsotg_hwmod, -	&omap3xxx_mailbox_hwmod,  	NULL  };  |