Commit cfe39442 authored by Al Viro's avatar Al Viro

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 0148a635
......@@ -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>
......
......@@ -18,7 +18,7 @@
#include <linux/slab.h>
#include <linux/atomic.h>
#include <linux/device.h>
#include <asm/poll.h>
#include <linux/poll.h>
#include "internal.h"
......
......@@ -26,7 +26,7 @@
#include <linux/shmem_fs.h>
#include <linux/compat.h>
#include <asm/poll.h>
#include <linux/poll.h>
#include <asm/siginfo.h>
#include <linux/uaccess.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment