2015-04-15 16:57:00

by Tobias Klauser

[permalink] [raw]
Subject: [PATCH] sched/autogroup: Remove unnecessary #ifdef guards

Since commit 029632fbb7b7 ("sched: Make separate sched*.c translation
units") autogroup is a separate translation unit built from the Makefile
and thus no longer needs its content wrapped with #ifdef
CONFIG_SCHED_AUTOGROUP.

Signed-off-by: Tobias Klauser <[email protected]>
---
kernel/sched/auto_group.c | 4 ----
1 file changed, 4 deletions(-)

diff --git a/kernel/sched/auto_group.c b/kernel/sched/auto_group.c
index eae160d..1a3b58d 100644
--- a/kernel/sched/auto_group.c
+++ b/kernel/sched/auto_group.c
@@ -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 */
--
2.2.2


Subject: [tip:sched/urgent] sched/autogroup: Remove unnecessary #ifdef guards

Commit-ID: 2df8406a439bdeacbb5b74bbf91c376447d447dc
Gitweb: http://git.kernel.org/tip/2df8406a439bdeacbb5b74bbf91c376447d447dc
Author: Tobias Klauser <[email protected]>
AuthorDate: Wed, 15 Apr 2015 18:51:18 +0200
Committer: Ingo Molnar <[email protected]>
CommitDate: Thu, 16 Apr 2015 09:20:43 +0200

sched/autogroup: Remove unnecessary #ifdef guards

Since commit:

029632fbb7b7 ("sched: Make separate sched*.c translation units")

autogroup is a separate translation unit built from the Makefile and
thus no longer needs its content wrapped with #ifdef CONFIG_SCHED_AUTOGROUP.

Signed-off-by: Tobias Klauser <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
---
kernel/sched/auto_group.c | 4 ----
1 file changed, 4 deletions(-)

diff --git a/kernel/sched/auto_group.c b/kernel/sched/auto_group.c
index eae160d..1a3b58d 100644
--- a/kernel/sched/auto_group.c
+++ b/kernel/sched/auto_group.c
@@ -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 */