diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-09 03:02:35 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-09 03:02:35 -0400 |
commit | 1236d6bb6e19fc72ffc6bbcdeb1bfefe450e54ee (patch) | |
tree | 47da3feee8e263e8c9352c85cf518e624be3c211 /arch/parisc/kernel/setup.c | |
parent | 750b1a6894ecc9b178c6e3d0a1170122971b2036 (diff) | |
parent | 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f (diff) |
Merge 4.14-rc4 into staging-next
We want the staging/iio fixes in here as well to handle merge issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/parisc/kernel/setup.c')
-rw-r--r-- | arch/parisc/kernel/setup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/parisc/kernel/setup.c b/arch/parisc/kernel/setup.c index dee6f9d6a153..f7d0c3b33d70 100644 --- a/arch/parisc/kernel/setup.c +++ b/arch/parisc/kernel/setup.c | |||
@@ -38,6 +38,7 @@ | |||
38 | #include <linux/export.h> | 38 | #include <linux/export.h> |
39 | #include <linux/sched.h> | 39 | #include <linux/sched.h> |
40 | #include <linux/sched/clock.h> | 40 | #include <linux/sched/clock.h> |
41 | #include <linux/start_kernel.h> | ||
41 | 42 | ||
42 | #include <asm/processor.h> | 43 | #include <asm/processor.h> |
43 | #include <asm/sections.h> | 44 | #include <asm/sections.h> |
@@ -48,6 +49,7 @@ | |||
48 | #include <asm/io.h> | 49 | #include <asm/io.h> |
49 | #include <asm/setup.h> | 50 | #include <asm/setup.h> |
50 | #include <asm/unwind.h> | 51 | #include <asm/unwind.h> |
52 | #include <asm/smp.h> | ||
51 | 53 | ||
52 | static char __initdata command_line[COMMAND_LINE_SIZE]; | 54 | static char __initdata command_line[COMMAND_LINE_SIZE]; |
53 | 55 | ||
@@ -115,7 +117,6 @@ void __init dma_ops_init(void) | |||
115 | } | 117 | } |
116 | #endif | 118 | #endif |
117 | 119 | ||
118 | extern int init_per_cpu(int cpuid); | ||
119 | extern void collect_boot_cpu_data(void); | 120 | extern void collect_boot_cpu_data(void); |
120 | 121 | ||
121 | void __init setup_arch(char **cmdline_p) | 122 | void __init setup_arch(char **cmdline_p) |
@@ -398,9 +399,8 @@ static int __init parisc_init(void) | |||
398 | } | 399 | } |
399 | arch_initcall(parisc_init); | 400 | arch_initcall(parisc_init); |
400 | 401 | ||
401 | void start_parisc(void) | 402 | void __init start_parisc(void) |
402 | { | 403 | { |
403 | extern void start_kernel(void); | ||
404 | extern void early_trap_init(void); | 404 | extern void early_trap_init(void); |
405 | 405 | ||
406 | int ret, cpunum; | 406 | int ret, cpunum; |