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