diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-cm-t35.c')
-rw-r--r-- | arch/arm/mach-omap2/board-cm-t35.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c index 018353d88b96..c6df8eec4553 100644 --- a/arch/arm/mach-omap2/board-cm-t35.c +++ b/arch/arm/mach-omap2/board-cm-t35.c | |||
@@ -766,7 +766,6 @@ MACHINE_START(CM_T35, "Compulab CM-T35") | |||
766 | .map_io = omap3_map_io, | 766 | .map_io = omap3_map_io, |
767 | .init_early = omap35xx_init_early, | 767 | .init_early = omap35xx_init_early, |
768 | .init_irq = omap3_init_irq, | 768 | .init_irq = omap3_init_irq, |
769 | .handle_irq = omap3_intc_handle_irq, | ||
770 | .init_machine = cm_t35_init, | 769 | .init_machine = cm_t35_init, |
771 | .init_late = omap35xx_init_late, | 770 | .init_late = omap35xx_init_late, |
772 | .init_time = omap3_sync32k_timer_init, | 771 | .init_time = omap3_sync32k_timer_init, |
@@ -779,7 +778,6 @@ MACHINE_START(CM_T3730, "Compulab CM-T3730") | |||
779 | .map_io = omap3_map_io, | 778 | .map_io = omap3_map_io, |
780 | .init_early = omap3630_init_early, | 779 | .init_early = omap3630_init_early, |
781 | .init_irq = omap3_init_irq, | 780 | .init_irq = omap3_init_irq, |
782 | .handle_irq = omap3_intc_handle_irq, | ||
783 | .init_machine = cm_t3730_init, | 781 | .init_machine = cm_t3730_init, |
784 | .init_late = omap3630_init_late, | 782 | .init_late = omap3630_init_late, |
785 | .init_time = omap3_sync32k_timer_init, | 783 | .init_time = omap3_sync32k_timer_init, |