提交 cfe39442 编写于 作者: A 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: NAl Viro <viro@zeniv.linux.org.uk>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册