commit | 61b8b22858b9cfa5df52fc0e4893aebfe0bbb804 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Mon Feb 12 11:12:56 2018 -0200 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Sun Mar 11 13:27:12 2018 +0000 |
tree | d2e11b51341e1a22ea6aa79ac9d320107c8f9643 | |
parent | 4f2c7583e33eb08dc09dd2e25574b80175ba7d93 [diff] |
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>