summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2020-04-16 12:42:15 +0200
committerTom Zanussi <zanussi@kernel.org>2020-07-14 10:22:08 -0500
commit4b0033a519e40f691f601265914225ee885f76ca (patch)
treebd4bfd5c06892dd5b02bc850607774296166aed0
parentb3fffb921d90cab941c78afed33ef847ee4b1553 (diff)
downloadlinux-rt-4b0033a519e40f691f601265914225ee885f76ca.tar.gz
fs/dcache: Include swait.h header
[ Upstream commit 279f90ddf53cd6bd3c203fbbf488d642ea2603de ] Include the swait.h header so it compiles even if not all patches are applied. Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Tom Zanussi <zanussi@kernel.org> Conflicts: fs/proc/base.c
-rw-r--r--fs/proc/base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/base.c b/fs/proc/base.c
index a45d4d640f01..56b1c4f1e8c0 100644
--- a/fs/proc/base.c
+++ b/fs/proc/base.c
@@ -95,6 +95,7 @@
#include <linux/flex_array.h>
#include <linux/posix-timers.h>
#include <trace/events/oom.h>
+#include <linux/swait.h>
#include "internal.h"
#include "fd.h"