diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-11-28 18:25:37 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-11-28 18:25:37 +0100 |
commit | 0734f5c7eb15f9d3bbdacffe501eabdb8b1c01d2 (patch) | |
tree | f166bc0686fd6b6376f81885c9d9f7288f86f7d8 /arch/powerpc | |
parent | Merge branch 'asm-generic-io.h-cleanup' into asm-generic (diff) | |
parent | arm64: vdso32: Define BUILD_VDSO32_64 to correct prototypes (diff) | |
download | linux-0734f5c7eb15f9d3bbdacffe501eabdb8b1c01d2.tar.xz linux-0734f5c7eb15f9d3bbdacffe501eabdb8b1c01d2.zip |
Merge branch 'asm-generic-prototypes' into asm-generic
As part of my quest to enable -Wmissing-prototypes by default,
these patches clean up some of the prototypes that are needed by all
architectures but are handled inconsistently.
The duplicate prototypes are moved into common code, which helps both
to clean up the existing warnings and simplifies the logic.
* asm-generic-prototypes:
arm64: vdso32: Define BUILD_VDSO32_64 to correct prototypes
csky: fix arch_jump_label_transform_static override
arch: add do_page_fault prototypes
arch: add missing prepare_ftrace_return() prototypes
arch: vdso: consolidate gettime prototypes
arch: include linux/cpu.h for trap_init() prototype
arch: fix asm-offsets.c building with -Wmissing-prototypes
arch: consolidate arch_irq_work_raise prototypes
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/asm/irq_work.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/irq_work.h b/arch/powerpc/include/asm/irq_work.h index b8b0be8f1a07..c6d3078bd8c3 100644 --- a/arch/powerpc/include/asm/irq_work.h +++ b/arch/powerpc/include/asm/irq_work.h @@ -6,6 +6,5 @@ static inline bool arch_irq_work_has_interrupt(void) { return true; } -extern void arch_irq_work_raise(void); #endif /* _ASM_POWERPC_IRQ_WORK_H */ |