sched/headers: Move 'struct pacct_struct' and 'struct cpu_itimer' form <linux/sched...
authorIngo Molnar <mingo@kernel.org>
Thu, 2 Feb 2017 11:06:10 +0000 (12:06 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 3 Mar 2017 00:43:38 +0000 (01:43 +0100)
commit8d88460edc05224b8d7ae3372173153876a02825
treec3658257921783f0fc2975c9dc4d8534ed4fd349
parentd151b27d3f86589308cd8c891fdfd2db5f8e80d6
sched/headers: Move 'struct pacct_struct' and 'struct cpu_itimer' form <linux/sched.h> to <linux/sched/signal.h>

These structures are actually part of 'struct signal', so move them to <linux/sched/signal.h>
where they belong.

This further decreases the size and complexity of <linux/sched.h>.

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
include/linux/sched/signal.h