irqchip/clps711x: Remove unused clps711x_intc_init() function
authorArnd Bergmann <arnd@arndb.de>
Tue, 16 May 2023 20:05:06 +0000 (22:05 +0200)
committerMarc Zyngier <maz@kernel.org>
Sat, 17 Jun 2023 06:21:08 +0000 (07:21 +0100)
commiteee284fe8f326719fed1963e0851cbb2185076f8
tree4e24b5a0c0e7369d35257c382ffda9fe244e9c98
parentf1771b85e3086c9506c3de81e993330bca568ba5
irqchip/clps711x: Remove unused clps711x_intc_init() function

This function has no caller or declaration any more:

drivers/irqchip/irq-clps711x.c:215:13: error: no previous prototype for 'clps711x_intc_init'

The #ifdef check around clps711x_intc_init_dt() is also not
needed since the file is only built when that is enabled.

Fixes: 4a56f46a7dc6 ("ARM: clps711x: Remove boards support")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230516200516.554663-3-arnd@kernel.org
drivers/irqchip/irq-clps711x.c