commit | 004570c3796bfe454a9cdfb9ab5d3ea48371fe48 | [log] [tgz] |
---|---|---|
author | Nanyong Sun <sunnanyong@huawei.com> | Fri Mar 05 19:33:25 2021 +0800 |
committer | Palmer Dabbelt <palmerdabbelt@google.com> | Tue Mar 09 20:46:00 2021 -0800 |
tree | eab986c408a4cd478d9202a19840af0df85dc393 | |
parent | 030f1dfa855054db5d845eca7f04c8cfda1c9f51 [diff] |
riscv: irq: Fix no prototype warning Fix the following W=1 kernel compilation warning: arch/riscv/kernel/irq.c:19:13: warning: no previous prototype for ‘init_IRQ’ [-Wmissing-prototypes] 19 | void __init init_IRQ(void) | ^~~~~~~~ Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Nanyong Sun <sunnanyong@huawei.com> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>