Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/kernel/sched.c |    8 --------
 1 files changed, 8 deletions(-)

diff -puN kernel/sched.c~cfq-iosched-update-to-time-sliced-design-export-task_nice kernel/sched.c
--- 25/kernel/sched.c~cfq-iosched-update-to-time-sliced-design-export-task_nice	2005-03-16 21:42:05.000000000 -0800
+++ 25-akpm/kernel/sched.c	2005-03-16 21:42:05.000000000 -0800
@@ -3300,15 +3300,7 @@ int task_nice(const task_t *p)
 {
 	return TASK_NICE(p);
 }
-
-/*
- * The only users of task_nice are binfmt_elf and binfmt_elf32.
- * binfmt_elf is no longer modular, but binfmt_elf32 still is.
- * Therefore, task_nice is needed if there is a compat_mode.
- */
-#ifdef CONFIG_COMPAT
 EXPORT_SYMBOL_GPL(task_nice);
-#endif
 
 /**
  * idle_cpu - is a given cpu idle currently?
_