diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2020-04-16 12:42:15 +0200 |
---|---|---|
committer | Tom Zanussi <zanussi@kernel.org> | 2020-07-14 10:22:08 -0500 |
commit | 4b0033a519e40f691f601265914225ee885f76ca (patch) | |
tree | bd4bfd5c06892dd5b02bc850607774296166aed0 | |
parent | b3fffb921d90cab941c78afed33ef847ee4b1553 (diff) | |
download | linux-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.c | 1 |
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" |