]> git.karo-electronics.de Git - karo-tx-linux.git/commit
irqchip/jcore-aic: Fix non static symbol warning
authorWei Yongjun <weiyj.lk@gmail.com>
Sat, 20 Aug 2016 15:26:28 +0000 (15:26 +0000)
committerJason Cooper <jason@lakedaemon.net>
Mon, 22 Aug 2016 23:08:59 +0000 (23:08 +0000)
commit21118df66c198d6ebb23e6827e2e92ab1e148e78
tree268abc717367fcf67ba124cf966b98bf061290f1
parent981b58f66cfcd32dc4ebbaeef8451daf393b6c94
irqchip/jcore-aic: Fix non static symbol warning

Fixes the following sparse warning:

drivers/irqchip/irq-jcore-aic.c:47:12: warning:
 symbol 'aic_irq_of_init' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Link: https://lkml.kernel.org/r/1471706788-27587-1-git-send-email-weiyj.lk@gmail.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/irq-jcore-aic.c