Skip to content

Commit ec62a3b

Browse files
mpredfearnralfbaechle
authored andcommitted
MIPS: KASLR: Add missing header files
After the split of linux/sched.h, KASLR stopped building. Fix this by including the correct header file for init_thread_union Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com> Cc: James Hogan <james.hogan@imgtec.com> Cc: Marcin Nowakowski <marcin.nowakowski@imgtec.com> Cc: Steven J. Hill <Steven.Hill@cavium.com> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/15849/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent c46f59e commit ec62a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/kernel/relocate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include <linux/kernel.h>
1919
#include <linux/libfdt.h>
2020
#include <linux/of_fdt.h>
21-
#include <linux/sched.h>
21+
#include <linux/sched/task.h>
2222
#include <linux/start_kernel.h>
2323
#include <linux/string.h>
2424
#include <linux/printk.h>

0 commit comments

Comments
 (0)