From: James Morse Date: Wed, 8 Jul 2020 16:39:24 +0000 (+0000) Subject: x86/resctrl: Include pid.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a21a4391f20c0ab45db452e22bc3e8afe8b36e46;p=linux.git 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 Signed-off-by: Borislav Petkov Reviewed-by: Reinette Chatre Link: https://lkml.kernel.org/r/20200708163929.2783-6-james.morse@arm.com --- diff --git a/include/linux/resctrl.h b/include/linux/resctrl.h index daf5cf64c6a68..9b05af9b3e28d 100644 --- a/include/linux/resctrl.h +++ b/include/linux/resctrl.h @@ -2,6 +2,8 @@ #ifndef _RESCTRL_H #define _RESCTRL_H +#include + #ifdef CONFIG_PROC_CPU_RESCTRL int proc_resctrl_show(struct seq_file *m,