diff options
Diffstat (limited to 'arch/alpha/kernel/init_task.c')
-rw-r--r-- | arch/alpha/kernel/init_task.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/alpha/kernel/init_task.c b/arch/alpha/kernel/init_task.c index 835d09a7b332..83d09021ed97 100644 --- a/arch/alpha/kernel/init_task.c +++ b/arch/alpha/kernel/init_task.c | |||
@@ -5,6 +5,7 @@ | |||
5 | #include <linux/init_task.h> | 5 | #include <linux/init_task.h> |
6 | #include <linux/fs.h> | 6 | #include <linux/fs.h> |
7 | #include <linux/mqueue.h> | 7 | #include <linux/mqueue.h> |
8 | #include <linux/nsproxy.h> | ||
8 | #include <asm/uaccess.h> | 9 | #include <asm/uaccess.h> |
9 | 10 | ||
10 | 11 | ||
@@ -13,6 +14,7 @@ static struct files_struct init_files = INIT_FILES; | |||
13 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); | 14 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); |
14 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); | 15 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); |
15 | struct mm_struct init_mm = INIT_MM(init_mm); | 16 | struct mm_struct init_mm = INIT_MM(init_mm); |
17 | struct nsproxy init_nsproxy = INIT_NSPROXY(init_nsproxy); | ||
16 | struct task_struct init_task = INIT_TASK(init_task); | 18 | struct task_struct init_task = INIT_TASK(init_task); |
17 | 19 | ||
18 | EXPORT_SYMBOL(init_mm); | 20 | EXPORT_SYMBOL(init_mm); |