sched: Move struct task_cputime to types.h
authorThomas Gleixner <tglx@linutronix.de>
Wed, 21 Aug 2019 19:09:05 +0000 (21:09 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 28 Aug 2019 09:50:34 +0000 (11:50 +0200)
commit9eacb5c7e6607aba00a7322b21cad83fc8b101c8
treec559a8456307d33b7c56e304466b7524a925ed3f
parent2b69942f9021bf75bd1b001f53bd2578361fadf3
sched: Move struct task_cputime to types.h

For upcoming posix-timer changes to avoid include recursion hell.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20190821192920.909530418@linutronix.de
include/linux/sched.h
include/linux/sched/types.h [new file with mode: 0644]