]> err.no Git - linux-2.6/blobdiff - kernel/sched.c
Merge /spare/repo/netdev-2.6 branch 'ieee80211'
[linux-2.6] / kernel / sched.c
index a07cff90d849a1bb3ea1ab7a7efe2610274cb466..e2b0d3e4dd067ad4e6df0362f265189ac8d17049 100644 (file)
@@ -3448,15 +3448,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?