diff options
author | James Morse | 2020-07-08 16:39:24 +0000 |
---|---|---|
committer | Borislav Petkov | 2020-08-18 17:06:15 +0200 |
commit | a21a4391f20c0ab45db452e22bc3e8afe8b36e46 (patch) | |
tree | e0bae9daf535dcda2848a705383816278d6ad730 /include/linux/resctrl.h | |
parent | f995801ba3a0660cb352c8beb794379c82781ca3 (diff) |
x86/resctrl: Include pid.h
We are about to disturb the header soup. This header uses struct pid
and struct pid_namespace. Include their header.
Signed-off-by: James Morse <james.morse@arm.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Reinette Chatre <reinette.chatre@intel.com>
Link: https://lkml.kernel.org/r/20200708163929.2783-6-james.morse@arm.com
Diffstat (limited to 'include/linux/resctrl.h')
-rw-r--r-- | include/linux/resctrl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/resctrl.h b/include/linux/resctrl.h index daf5cf64c6a6..9b05af9b3e28 100644 --- a/include/linux/resctrl.h +++ b/include/linux/resctrl.h @@ -2,6 +2,8 @@ #ifndef _RESCTRL_H #define _RESCTRL_H +#include <linux/pid.h> + #ifdef CONFIG_PROC_CPU_RESCTRL int proc_resctrl_show(struct seq_file *m, |