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)
commitc7af7877eeacfeaaf6a1b6f54c481292ef116837
tree4b3afd08c89ac982f0019139d2eb3163bdfd82aa
parent6bfbaa51ed47774492d83d182a86068cc35aa4c6
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