Skip to content

Commit 2c9227f

Browse files
committed
parisc: processor: Include asm/smp.h for init_per_cpu()
Fix sparse warning that init_per_cpu() isn't declared. Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 66f8038 commit 2c9227f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/parisc/kernel/processor.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include <asm/processor.h>
2727
#include <asm/page.h>
2828
#include <asm/pdc.h>
29+
#include <asm/smp.h>
2930
#include <asm/pdcpat.h>
3031
#include <asm/irq.h> /* for struct irq_region */
3132
#include <asm/parisc-device.h>

0 commit comments

Comments
 (0)