diff options
author | Tony Lindgren <tony@atomide.com> | 2017-10-10 17:27:19 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-10-10 17:27:19 -0400 |
commit | fe97874a41bf911350bae6bda7fc044d12c76a4a (patch) | |
tree | eea07fbd29d510bef970d923cf9db611bf4b6ebf /arch/arm/mach-omap2/omap_hwmod_common_data.h | |
parent | 3da521672568702c58767de69b5b0b58c8095fae (diff) |
ARM: OMAP2+: Drop omap_hwmod_irq_info
With the previous patches removing the need for legacy IRQs
now that all of mach-omap2 is booting in device tree only mode,
we can drop struct omap_hwmod_irq_info.
Note that we can now also finally drop omap4_xlate_irq.
Cc: Lokesh Vutla <lokeshvutla@ti.com>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Paul Walmsley <paul@pwsan.com>
Cc: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_common_data.h')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_common_data.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_common_data.h b/arch/arm/mach-omap2/omap_hwmod_common_data.h index f22e9cb39f4a..625a458ac2eb 100644 --- a/arch/arm/mach-omap2/omap_hwmod_common_data.h +++ b/arch/arm/mach-omap2/omap_hwmod_common_data.h | |||
@@ -104,28 +104,7 @@ extern struct omap_hwmod_dma_info omap2_mcbsp2_sdma_reqs[]; | |||
104 | extern struct omap_hwmod_dma_info omap2_mcbsp3_sdma_reqs[]; | 104 | extern struct omap_hwmod_dma_info omap2_mcbsp3_sdma_reqs[]; |
105 | 105 | ||
106 | /* Common IP block data across OMAP2/3 */ | 106 | /* Common IP block data across OMAP2/3 */ |
107 | extern struct omap_hwmod_irq_info omap2_timer1_mpu_irqs[]; | ||
108 | extern struct omap_hwmod_irq_info omap2_timer2_mpu_irqs[]; | ||
109 | extern struct omap_hwmod_irq_info omap2_timer3_mpu_irqs[]; | ||
110 | extern struct omap_hwmod_irq_info omap2_timer4_mpu_irqs[]; | ||
111 | extern struct omap_hwmod_irq_info omap2_timer5_mpu_irqs[]; | ||
112 | extern struct omap_hwmod_irq_info omap2_timer6_mpu_irqs[]; | ||
113 | extern struct omap_hwmod_irq_info omap2_timer7_mpu_irqs[]; | ||
114 | extern struct omap_hwmod_irq_info omap2_timer8_mpu_irqs[]; | ||
115 | extern struct omap_hwmod_irq_info omap2_timer9_mpu_irqs[]; | ||
116 | extern struct omap_hwmod_irq_info omap2_timer10_mpu_irqs[]; | ||
117 | extern struct omap_hwmod_irq_info omap2_timer11_mpu_irqs[]; | ||
118 | extern struct omap_hwmod_irq_info omap2_uart1_mpu_irqs[]; | ||
119 | extern struct omap_hwmod_irq_info omap2_uart2_mpu_irqs[]; | ||
120 | extern struct omap_hwmod_irq_info omap2_uart3_mpu_irqs[]; | ||
121 | extern struct omap_hwmod_irq_info omap2_dispc_irqs[]; | ||
122 | extern struct omap_hwmod_irq_info omap2_i2c1_mpu_irqs[]; | ||
123 | extern struct omap_hwmod_irq_info omap2_i2c2_mpu_irqs[]; | ||
124 | extern struct omap_hwmod_irq_info omap2_dma_system_irqs[]; | ||
125 | extern struct omap_hwmod_irq_info omap2_mcspi1_mpu_irqs[]; | ||
126 | extern struct omap_hwmod_irq_info omap2_mcspi2_mpu_irqs[]; | ||
127 | extern struct omap_hwmod_addr_space omap2xxx_timer12_addrs[]; | 107 | extern struct omap_hwmod_addr_space omap2xxx_timer12_addrs[]; |
128 | extern struct omap_hwmod_irq_info omap2_hdq1w_mpu_irqs[]; | ||
129 | 108 | ||
130 | /* OMAP hwmod classes - forward declarations */ | 109 | /* OMAP hwmod classes - forward declarations */ |
131 | extern struct omap_hwmod_class l3_hwmod_class; | 110 | extern struct omap_hwmod_class l3_hwmod_class; |