]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit41d6925f5293369f8b97f88916cfcf52eda3bf18
treec559a8456307d33b7c56e304466b7524a925ed3f
parent885eb70a143e650e3d2fbc140ffd5aec1629d2b7
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]