summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
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/kernel
parent5f7ee6e37a3cadefe45378c17c4285fa41141d92 (diff)
downloadlinux-30f308999426871e1b896384093e9a681099f521.tar.gz
linux-30f308999426871e1b896384093e9a681099f521.tar.bz2
linux-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/kernel')
-rw-r--r--arch/parisc/kernel/toc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/kernel/toc.c b/arch/parisc/kernel/toc.c
index fa5a10eaf0aa..e4b48d07afbd 100644
--- a/arch/parisc/kernel/toc.c
+++ b/arch/parisc/kernel/toc.c
@@ -10,6 +10,7 @@
#include <asm/pdc.h>
#include <asm/pdc_chassis.h>
#include <asm/ldcw.h>
+#include <asm/processor.h>
static unsigned int __aligned(16) toc_lock = 1;
DEFINE_PER_CPU_PAGE_ALIGNED(char [16384], toc_stack) __visible;