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>
This commit is contained in:
parent
0148a635ce
commit
cfe39442ab
3 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@
|
|||
#include <linux/device.h>
|
||||
#include <linux/pid_namespace.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/poll.h>
|
||||
#include <linux/poll.h>
|
||||
#include <linux/uaccess.h>
|
||||
|
||||
#include <linux/coda.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue