]> git.baikalelectronics.ru Git - kernel.git/commit
sched/core: Move, sort and clean up <linux/sched.h> structure predeclarations
authorIngo Molnar <mingo@kernel.org>
Fri, 3 Feb 2017 21:01:58 +0000 (22:01 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 3 Mar 2017 00:43:46 +0000 (01:43 +0100)
commit209e210ec3f557acaa4218e0d7e8333dee5f3788
tree4b3afd08c89ac982f0019139d2eb3163bdfd82aa
parentad8c65b9ed2e6b699476a482b39d63cc0e5d0efe
sched/core: Move, sort and clean up <linux/sched.h> structure predeclarations

Most of the structure predeclarations were at the head of sched.h, but not
all of them - there were a number of lines spread around sched.h, in
random places.

Move them to the head, and also sort them alphabetically.

Remove unused entries.

Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/sched.h