Include the swait.h header so it compiles even if not all patches are
applied.
Reported-by: kbuild test robot <lkp(a)intel.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy(a)linutronix.de>
---
fs/proc/base.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/proc/base.c b/fs/proc/base.c
index 8c2a84fc4986d..eb8285ca344f3 100644
--- a/fs/proc/base.c
+++ b/fs/proc/base.c
@@ -96,6 +96,7 @@
#include <linux/posix-timers.h>
#include <linux/time_namespace.h>
#include <linux/resctrl.h>
+#include <linux/swait.h>
#include <trace/events/oom.h>
#include "internal.h"
#include "fd.h"
--
2.26.1