diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-11-08 13:58:29 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-11-23 11:32:29 +0100 |
commit | 64bac5ea17d527872121adddfee869c7a0618f8f (patch) | |
tree | 01c4bcafcfbc6553f0a92fbef32993e2ec0772d9 /arch/loongarch | |
parent | Linux 6.7-rc1 (diff) | |
download | linux-64bac5ea17d527872121adddfee869c7a0618f8f.tar.xz linux-64bac5ea17d527872121adddfee869c7a0618f8f.zip |
arch: consolidate arch_irq_work_raise prototypes
The prototype was hidden in an #ifdef on x86, which causes a warning:
kernel/irq_work.c:72:13: error: no previous prototype for 'arch_irq_work_raise' [-Werror=missing-prototypes]
Some architectures have a working prototype, while others don't.
Fix this by providing it in only one place that is always visible.
Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Acked-by: Guo Ren <guoren@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/loongarch')
0 files changed, 0 insertions, 0 deletions