irqchip/irq-imx-gpcv2: Remove unused function
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 12 Feb 2018 13:12:56 +0000 (11:12 -0200)
committerMarc Zyngier <marc.zyngier@arm.com>
Sun, 11 Mar 2018 13:27:12 +0000 (13:27 +0000)
commit61b8b22858b9cfa5df52fc0e4893aebfe0bbb804
treed2e11b51341e1a22ea6aa79ac9d320107c8f9643
parent4f2c7583e33eb08dc09dd2e25574b80175ba7d93
irqchip/irq-imx-gpcv2: Remove unused function

imx_gpcv2_get_wakeup_source() is not used anywhere, so remove it.

This fixes the following sparse warning:

drivers/irqchip/irq-imx-gpcv2.c:34:5: warning: symbol 'imx_gpcv2_get_wakeup_source' was not declared. Should it be static?

Fixes: e324c4dc4a59 ("irqchip/imx-gpcv2: IMX GPCv2 driver for wakeup sources")
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-imx-gpcv2.c