On 1/20/22 02:19, kernel test robot wrote:
sparse warnings:
arch/parisc/kernel/toc.c:64:32: sparse: sparse: symbol 'toc_intr' redeclared
with different type (different modifiers):
arch/parisc/kernel/toc.c:64:32: sparse: void extern [addressable] [noreturn]
[toplevel] toc_intr( ... )
arch/parisc/kernel/toc.c: note: in included file (through
arch/parisc/include/asm/spinlock.h, arch/parisc/include/asm/atomic.h,
include/linux/atomic.h, ...):
arch/parisc/include/asm/processor.h:292:13: sparse: note: previously declared as:
arch/parisc/include/asm/processor.h:292:13: sparse: void extern [addressable]
[toplevel] toc_intr( ... )
Thanks, fixed now.
Helge