diff options
Diffstat (limited to 'arch/parisc/kernel/init_task.c')
-rw-r--r-- | arch/parisc/kernel/init_task.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/parisc/kernel/init_task.c b/arch/parisc/kernel/init_task.c index c0c43e29973b..8384bf9cecd2 100644 --- a/arch/parisc/kernel/init_task.c +++ b/arch/parisc/kernel/init_task.c | |||
@@ -28,7 +28,6 @@ | |||
28 | #include <linux/init.h> | 28 | #include <linux/init.h> |
29 | #include <linux/init_task.h> | 29 | #include <linux/init_task.h> |
30 | #include <linux/mqueue.h> | 30 | #include <linux/mqueue.h> |
31 | #include <linux/nsproxy.h> | ||
32 | 31 | ||
33 | #include <asm/uaccess.h> | 32 | #include <asm/uaccess.h> |
34 | #include <asm/pgtable.h> | 33 | #include <asm/pgtable.h> |
@@ -39,7 +38,6 @@ static struct files_struct init_files = INIT_FILES; | |||
39 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); | 38 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); |
40 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); | 39 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); |
41 | struct mm_struct init_mm = INIT_MM(init_mm); | 40 | struct mm_struct init_mm = INIT_MM(init_mm); |
42 | struct nsproxy init_nsproxy = INIT_NSPROXY(init_nsproxy); | ||
43 | 41 | ||
44 | EXPORT_SYMBOL(init_mm); | 42 | EXPORT_SYMBOL(init_mm); |
45 | 43 | ||