]> asedeno.scripts.mit.edu Git - linux.git/commit
use linux/poll.h instead of asm/poll.h
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 1 Feb 2018 17:14:57 +0000 (12:14 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 1 Feb 2018 21:23:11 +0000 (16:23 -0500)
commitcfe39442ab8ce9670b4ddd04291b8cddb9cb1129
tree5c7cedd887df8bbad840dca689e894af19faedd4
parent0148a635ce40d65653bfda469fae8e4b8360baf3
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 <viro@zeniv.linux.org.uk>
fs/coda/psdev.c
fs/debugfs/file.c
fs/fcntl.c