From: Al Viro Date: Thu, 1 Feb 2018 17:14:57 +0000 (-0500) Subject: use linux/poll.h instead of asm/poll.h X-Git-Tag: v4.16-rc1~3^2~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=cfe39442ab8ce9670b4ddd04291b8cddb9cb1129;p=linux-block.git 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 --- diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c index 49d3c6fda89a..80b9b84391a9 100644 --- a/fs/coda/psdev.c +++ b/fs/coda/psdev.c @@ -39,7 +39,7 @@ #include #include #include -#include +#include #include #include 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" diff --git a/fs/fcntl.c b/fs/fcntl.c index c7b9e0948107..ea3629c15c44 100644 --- a/fs/fcntl.c +++ b/fs/fcntl.c @@ -26,7 +26,7 @@ #include #include -#include +#include #include #include