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