diff options
Diffstat (limited to 'arch/sh64/kernel/init_task.c')
-rw-r--r-- | arch/sh64/kernel/init_task.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh64/kernel/init_task.c b/arch/sh64/kernel/init_task.c index 0c95f40c5403..de2d07db1f88 100644 --- a/arch/sh64/kernel/init_task.c +++ b/arch/sh64/kernel/init_task.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #include <linux/sched.h> | 14 | #include <linux/sched.h> |
15 | #include <linux/init_task.h> | 15 | #include <linux/init_task.h> |
16 | #include <linux/mqueue.h> | 16 | #include <linux/mqueue.h> |
17 | #include <linux/nsproxy.h> | ||
18 | 17 | ||
19 | #include <asm/uaccess.h> | 18 | #include <asm/uaccess.h> |
20 | #include <asm/pgtable.h> | 19 | #include <asm/pgtable.h> |
@@ -24,7 +23,6 @@ static struct files_struct init_files = INIT_FILES; | |||
24 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); | 23 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); |
25 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); | 24 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); |
26 | struct mm_struct init_mm = INIT_MM(init_mm); | 25 | struct mm_struct init_mm = INIT_MM(init_mm); |
27 | struct nsproxy init_nsproxy = INIT_NSPROXY(init_nsproxy); | ||
28 | 26 | ||
29 | struct pt_regs fake_swapper_regs; | 27 | struct pt_regs fake_swapper_regs; |
30 | 28 | ||