]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'sched/urgent' into sched/core
authorIngo Molnar <mingo@kernel.org>
Fri, 8 May 2015 09:50:24 +0000 (11:50 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 8 May 2015 09:50:24 +0000 (11:50 +0200)
So this isn't really a fix but a cleanup that can wait for v4.2.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/auto_group.c

index eae160dd669d9d8d58bb911595c6391b2732edb4..1a3b58d531b26a0ff0e32d0c09390a292dbf5012 100644 (file)
@@ -1,5 +1,3 @@
-#ifdef CONFIG_SCHED_AUTOGROUP
-
 #include "sched.h"
 
 #include <linux/proc_fs.h>
@@ -249,5 +247,3 @@ int autogroup_path(struct task_group *tg, char *buf, int buflen)
        return snprintf(buf, buflen, "%s-%ld", "/autogroup", tg->autogroup->id);
 }
 #endif /* CONFIG_SCHED_DEBUG */
-
-#endif /* CONFIG_SCHED_AUTOGROUP */