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