]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - include/linux/delayacct.h
delayacct: Include <uapi/linux/taskstats.h>
authorIngo Molnar <mingo@kernel.org>
Wed, 1 Feb 2017 10:58:42 +0000 (11:58 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 7 Feb 2017 09:57:47 +0000 (10:57 +0100)
commit4025819d328cd0efc53ee22e01b800631944b7f3
treedff61802ef9616b305b4986655ffcb5264a4aba9
parentd1ccc66df8bfe30ee2533ceef40633d65154b43d
delayacct: Include <uapi/linux/taskstats.h>

include/linux/delayacct.h relies on 'struct taskstats' but does
not include the header that defines it.

This worked so far because files that included <linux/taskstats.h>
also happened to include other headers that included
uapi/linux/taskstats.h.

Fix it.

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/delayacct.h