]> 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)
commitf8e7fb98f06b610676d96568112430c58001a6d8
treec559a8456307d33b7c56e304466b7524a925ed3f
parent4e5676654d09b89858460e1175f6dd7726584c8a
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]