]> git.baikalelectronics.ru Git - kernel.git/commit
genirq: Make function __irq_do_set_handler() static
authorWei Yongjun <weiyongjun1@huawei.com>
Sun, 25 Sep 2016 15:36:39 +0000 (15:36 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 25 Sep 2016 20:46:52 +0000 (16:46 -0400)
commit8d109d982a4da5b3777a2e84fd70e51e6fdc3d6e
tree464faa04dee5a1cb09400c2871a3c0648cb3b13c
parentcc10692f26292561120b8ae8fff3bd59f0893fec
genirq: Make function __irq_do_set_handler() static

Fixes the following sparse warning:

kernel/irq/chip.c:786:1: warning:
 symbol '__irq_do_set_handler' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Link: http://lkml.kernel.org/r/1474817799-18676-1-git-send-email-weiyj.lk@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/irq/chip.c