diff options
Diffstat (limited to 'arch/i386/kernel/init_task.c')
-rw-r--r-- | arch/i386/kernel/init_task.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/i386/kernel/init_task.c b/arch/i386/kernel/init_task.c index bd97f69ac34f..cff95d10a4d8 100644 --- a/arch/i386/kernel/init_task.c +++ b/arch/i386/kernel/init_task.c | |||
@@ -5,7 +5,6 @@ | |||
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> | ||
9 | 8 | ||
10 | #include <asm/uaccess.h> | 9 | #include <asm/uaccess.h> |
11 | #include <asm/pgtable.h> | 10 | #include <asm/pgtable.h> |
@@ -16,7 +15,6 @@ static struct files_struct init_files = INIT_FILES; | |||
16 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); | 15 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); |
17 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); | 16 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); |
18 | struct mm_struct init_mm = INIT_MM(init_mm); | 17 | struct mm_struct init_mm = INIT_MM(init_mm); |
19 | struct nsproxy init_nsproxy = INIT_NSPROXY(init_nsproxy); | ||
20 | 18 | ||
21 | EXPORT_SYMBOL(init_mm); | 19 | EXPORT_SYMBOL(init_mm); |
22 | 20 | ||