From cfe39442ab8ce9670b4ddd04291b8cddb9cb1129 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 1 Feb 2018 12:14:57 -0500 Subject: use linux/poll.h instead of asm/poll.h The only place that has any business including asm/poll.h is linux/poll.h. Fortunately, asm/poll.h had only been included in 3 places beyond that one, and all of them are trivial to switch to using linux/poll.h. Signed-off-by: Al Viro --- fs/debugfs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/debugfs/file.c') diff --git a/fs/debugfs/file.c b/fs/debugfs/file.c index 6fdbf21be318..20bb73a931dd 100644 --- a/fs/debugfs/file.c +++ b/fs/debugfs/file.c @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include "internal.h" -- cgit v1.2.3-59-g8ed1b