Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

parisc: Move start_parisc() into init section

Signed-off-by: Helge Deller <deller@gmx.de>

+2 -2
+2 -2
arch/parisc/kernel/setup.c
··· 38 38 #include <linux/export.h> 39 39 #include <linux/sched.h> 40 40 #include <linux/sched/clock.h> 41 + #include <linux/start_kernel.h> 41 42 42 43 #include <asm/processor.h> 43 44 #include <asm/sections.h> ··· 399 398 } 400 399 arch_initcall(parisc_init); 401 400 402 - void start_parisc(void) 401 + void __init start_parisc(void) 403 402 { 404 - extern void start_kernel(void); 405 403 extern void early_trap_init(void); 406 404 407 405 int ret, cpunum;