diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:30:28 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:28 -0500 |
commit | 3abf024d2abb79614d8c4cb25a70d5596f77d0ad (patch) | |
tree | 443a31982281a6b5a0816946927ebda9eca1f24d /arch/x86/kernel/init_task.c | |
parent | a72368dd37f6ae333fbab03598e46a995d91decc (diff) |
x86: nuke a ton of unused exports
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/init_task.c')
-rw-r--r-- | arch/x86/kernel/init_task.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/init_task.c b/arch/x86/kernel/init_task.c index 468c9c437842..5b3ce7934363 100644 --- a/arch/x86/kernel/init_task.c +++ b/arch/x86/kernel/init_task.c | |||
@@ -15,7 +15,6 @@ static struct files_struct init_files = INIT_FILES; | |||
15 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); | 15 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); |
16 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); | 16 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); |
17 | struct mm_struct init_mm = INIT_MM(init_mm); | 17 | struct mm_struct init_mm = INIT_MM(init_mm); |
18 | EXPORT_SYMBOL(init_mm); | ||
19 | 18 | ||
20 | /* | 19 | /* |
21 | * Initial thread structure. | 20 | * Initial thread structure. |