parisc: processor: Include asm/smp.h for init_per_cpu()
authorHelge Deller <deller@gmx.de>
Thu, 10 Aug 2023 20:32:24 +0000 (22:32 +0200)
committerHelge Deller <deller@gmx.de>
Thu, 10 Aug 2023 20:32:24 +0000 (22:32 +0200)
Fix sparse warning that init_per_cpu() isn't declared.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/processor.c

index 00b0df9..762289b 100644 (file)
@@ -26,6 +26,7 @@
 #include <asm/processor.h>
 #include <asm/page.h>
 #include <asm/pdc.h>
+#include <asm/smp.h>
 #include <asm/pdcpat.h>
 #include <asm/irq.h>           /* for struct irq_region */
 #include <asm/parisc-device.h>