diff options
Diffstat (limited to 'arch/v850/kernel/init_task.c')
-rw-r--r-- | arch/v850/kernel/init_task.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/v850/kernel/init_task.c b/arch/v850/kernel/init_task.c index ed2f93cf7c66..9d2de7590849 100644 --- a/arch/v850/kernel/init_task.c +++ b/arch/v850/kernel/init_task.c | |||
@@ -16,6 +16,7 @@ | |||
16 | #include <linux/init_task.h> | 16 | #include <linux/init_task.h> |
17 | #include <linux/fs.h> | 17 | #include <linux/fs.h> |
18 | #include <linux/mqueue.h> | 18 | #include <linux/mqueue.h> |
19 | #include <linux/nsproxy.h> | ||
19 | 20 | ||
20 | #include <asm/uaccess.h> | 21 | #include <asm/uaccess.h> |
21 | #include <asm/pgtable.h> | 22 | #include <asm/pgtable.h> |
@@ -25,6 +26,7 @@ static struct files_struct init_files = INIT_FILES; | |||
25 | static struct signal_struct init_signals = INIT_SIGNALS (init_signals); | 26 | static struct signal_struct init_signals = INIT_SIGNALS (init_signals); |
26 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); | 27 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); |
27 | struct mm_struct init_mm = INIT_MM (init_mm); | 28 | struct mm_struct init_mm = INIT_MM (init_mm); |
29 | struct nsproxy init_nsproxy = INIT_NSPROXY(init_nsproxy); | ||
28 | 30 | ||
29 | EXPORT_SYMBOL(init_mm); | 31 | EXPORT_SYMBOL(init_mm); |
30 | 32 | ||