sched/autogroup: Remove unnecessary #ifdef guards
authorTobias Klauser <tklauser@distanz.ch>
Wed, 15 Apr 2015 16:51:18 +0000 (18:51 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 16 Apr 2015 07:20:43 +0000 (09:20 +0200)
commit2df8406a439bdeacbb5b74bbf91c376447d447dc
treefff6e9f6f396f58afc323b0052dce90ac6fa9dc3
parent6a16dda86ebbcfe690c753c3fb469b4f9ad5a5ef
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 <tklauser@distanz.ch>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1429116678-17000-1-git-send-email-tklauser@distanz.ch
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/auto_group.c