projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c46f59e
)
MIPS: KASLR: Add missing header files
author
Matt Redfearn
<
[email protected]
>
Fri, 31 Mar 2017 10:51:33 +0000
(11:51 +0100)
committer
Ralf Baechle
<
[email protected]
>
Wed, 12 Apr 2017 15:02:04 +0000
(17:02 +0200)
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]
>
arch/mips/kernel/relocate.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/relocate.c
b/arch/mips/kernel/relocate.c
index 9103bebc9a8eef76e3d524b63b74aa91936f3663..2d1a0c4387713c7862e06bbf79e8c904a07b2279 100644
(file)
--- a/
arch/mips/kernel/relocate.c
+++ b/
arch/mips/kernel/relocate.c
@@
-18,7
+18,7
@@
#include <linux/kernel.h>
#include <linux/libfdt.h>
#include <linux/of_fdt.h>
-#include <linux/sched.h>
+#include <linux/sched
/task
.h>
#include <linux/start_kernel.h>
#include <linux/string.h>
#include <linux/printk.h>