Skip to content

Commit 00ca4e4

Browse files
committed
Merge branch 'fixes-hwmod-regression' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
2 parents 0b35a45 + 7c17c77 commit 00ca4e4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/arm/mach-omap2/omap_hwmod_3xxx_data.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3247,18 +3247,14 @@ static __initdata struct omap_hwmod *omap3xxx_hwmods[] = {
32473247

32483248
/* 3430ES1-only hwmods */
32493249
static __initdata struct omap_hwmod *omap3430es1_hwmods[] = {
3250-
&omap3xxx_iva_hwmod,
32513250
&omap3430es1_dss_core_hwmod,
3252-
&omap3xxx_mailbox_hwmod,
32533251
NULL
32543252
};
32553253

32563254
/* 3430ES2+-only hwmods */
32573255
static __initdata struct omap_hwmod *omap3430es2plus_hwmods[] = {
3258-
&omap3xxx_iva_hwmod,
32593256
&omap3xxx_dss_core_hwmod,
32603257
&omap3xxx_usbhsotg_hwmod,
3261-
&omap3xxx_mailbox_hwmod,
32623258
NULL
32633259
};
32643260

0 commit comments

Comments
 (0)