aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/processor.h
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2022-01-17 10:10:10 +0100
committerHelge Deller <deller@gmx.de>2022-01-20 20:39:19 +0100
commit30f308999426871e1b896384093e9a681099f521 (patch)
tree4a50a0a594434516fb773d021397b594a16f6c31 /arch/parisc/include/asm/processor.h
parentparisc: Autodetect default output device and set console= kernel parameter (diff)
downloadlinux-dev-30f308999426871e1b896384093e9a681099f521.tar.xz
linux-dev-30f308999426871e1b896384093e9a681099f521.zip
parisc: Fix missing prototype for 'toc_intr' warning in toc.c
Fix a missing prototype warning noticed by the kernel test robot. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/asm/processor.h')
-rw-r--r--arch/parisc/include/asm/processor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h
index b669f4b9040b..3a3d05438408 100644
--- a/arch/parisc/include/asm/processor.h
+++ b/arch/parisc/include/asm/processor.h
@@ -289,6 +289,7 @@ extern int _parisc_requires_coherency;
extern int running_on_qemu;
+extern void __noreturn toc_intr(struct pt_regs *regs);
extern void toc_handler(void);
extern unsigned int toc_handler_size;
extern unsigned int toc_handler_csum;