MLK-22296-5 irqchip: irqsteer: Fix build warning when CONFIG_PM_SLEEP=n
authorClark Wang <xiaoning.wang@nxp.com>
Tue, 23 Jul 2019 07:00:53 +0000 (15:00 +0800)
committerClark Wang <xiaoning.wang@nxp.com>
Tue, 23 Jul 2019 07:20:14 +0000 (15:20 +0800)
commit692e9417a713121441afcfccad359cf35fb3bd78
treea60a38669f2c899590d2c897be224813dde3ec1c
parente66f22e4cf948618be93e424a550bc98cba8a5e9
MLK-22296-5 irqchip: irqsteer: Fix build warning when CONFIG_PM_SLEEP=n

Fix build warning when CONFIG_PM_SLEEP=n, the warning message is:
drivers/irqchip/irq-imx-irqsteer.c:104:13: warning: ‘imx_irqsteer_init’ defined but not used [-Wunused-function]
 static void imx_irqsteer_init(struct irqsteer_irqchip_data *irqsteer_data)
             ^~~~~~~~~~~~~~~~~

Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
drivers/irqchip/irq-imx-irqsteer.c