aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod_common_data.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2017-10-10 17:27:19 -0400
committerTony Lindgren <tony@atomide.com>2017-10-10 17:27:19 -0400
commitfe97874a41bf911350bae6bda7fc044d12c76a4a (patch)
treeeea07fbd29d510bef970d923cf9db611bf4b6ebf /arch/arm/mach-omap2/omap_hwmod_common_data.h
parent3da521672568702c58767de69b5b0b58c8095fae (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.h21
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[];
104extern struct omap_hwmod_dma_info omap2_mcbsp3_sdma_reqs[]; 104extern 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 */
107extern struct omap_hwmod_irq_info omap2_timer1_mpu_irqs[];
108extern struct omap_hwmod_irq_info omap2_timer2_mpu_irqs[];
109extern struct omap_hwmod_irq_info omap2_timer3_mpu_irqs[];
110extern struct omap_hwmod_irq_info omap2_timer4_mpu_irqs[];
111extern struct omap_hwmod_irq_info omap2_timer5_mpu_irqs[];
112extern struct omap_hwmod_irq_info omap2_timer6_mpu_irqs[];
113extern struct omap_hwmod_irq_info omap2_timer7_mpu_irqs[];
114extern struct omap_hwmod_irq_info omap2_timer8_mpu_irqs[];
115extern struct omap_hwmod_irq_info omap2_timer9_mpu_irqs[];
116extern struct omap_hwmod_irq_info omap2_timer10_mpu_irqs[];
117extern struct omap_hwmod_irq_info omap2_timer11_mpu_irqs[];
118extern struct omap_hwmod_irq_info omap2_uart1_mpu_irqs[];
119extern struct omap_hwmod_irq_info omap2_uart2_mpu_irqs[];
120extern struct omap_hwmod_irq_info omap2_uart3_mpu_irqs[];
121extern struct omap_hwmod_irq_info omap2_dispc_irqs[];
122extern struct omap_hwmod_irq_info omap2_i2c1_mpu_irqs[];
123extern struct omap_hwmod_irq_info omap2_i2c2_mpu_irqs[];
124extern struct omap_hwmod_irq_info omap2_dma_system_irqs[];
125extern struct omap_hwmod_irq_info omap2_mcspi1_mpu_irqs[];
126extern struct omap_hwmod_irq_info omap2_mcspi2_mpu_irqs[];
127extern struct omap_hwmod_addr_space omap2xxx_timer12_addrs[]; 107extern struct omap_hwmod_addr_space omap2xxx_timer12_addrs[];
128extern struct omap_hwmod_irq_info omap2_hdq1w_mpu_irqs[];
129 108
130/* OMAP hwmod classes - forward declarations */ 109/* OMAP hwmod classes - forward declarations */
131extern struct omap_hwmod_class l3_hwmod_class; 110extern struct omap_hwmod_class l3_hwmod_class;