diff options
author | Dave Jones <davej@redhat.com> | 2008-12-01 14:13:50 -0800 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-12 16:59:05 +0100 |
commit | 9470565579f29486f4ed0ffa50774268b64994b0 (patch) | |
tree | 1015696a58794bd18040277fc93985e1ffc54b27 /arch/x86/kernel/init_task.c | |
parent | 16855f878d7127a8bb3925753463485f3071ad76 (diff) | |
download | kernel_samsung_smdk4412-9470565579f29486f4ed0ffa50774268b64994b0.zip kernel_samsung_smdk4412-9470565579f29486f4ed0ffa50774268b64994b0.tar.gz kernel_samsung_smdk4412-9470565579f29486f4ed0ffa50774268b64994b0.tar.bz2 |
x86: remove init_mm export as planned for 2.6.26
Impact: remove deprecated export
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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 a4f93b4..d399180 100644 --- a/arch/x86/kernel/init_task.c +++ b/arch/x86/kernel/init_task.c @@ -14,7 +14,6 @@ static struct fs_struct init_fs = INIT_FS; static struct signal_struct init_signals = INIT_SIGNALS(init_signals); static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); struct mm_struct init_mm = INIT_MM(init_mm); -EXPORT_UNUSED_SYMBOL(init_mm); /* will be removed in 2.6.26 */ /* * Initial thread structure. |