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 <[email protected]> Cc: James Hogan <[email protected]> Cc: Marcin Nowakowski <[email protected]> Cc: Steven J. Hill <[email protected]> Cc: [email protected] Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/15849/ Signed-off-by: Ralf Baechle <[email protected]>
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)