提交 ea1ff19c 编写于 作者: R Robert P. J. Day 提交者: David S. Miller

[SPARC64]: Include <linux/rwsem.h> instead of <asm/rwsem.h>.

To be consistent with other architectures, include the generic version
of rwsem.h.
Signed-off-by: NRobert P. J. Day <rpjday@mindspring.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 85f6038f
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <linux/syscalls.h> #include <linux/syscalls.h>
#include <linux/percpu.h> #include <linux/percpu.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/rwsem.h>
#include <net/compat.h> #include <net/compat.h>
#include <asm/oplib.h> #include <asm/oplib.h>
...@@ -58,7 +59,6 @@ ...@@ -58,7 +59,6 @@
#include <asm/ns87303.h> #include <asm/ns87303.h>
#include <asm/timer.h> #include <asm/timer.h>
#include <asm/cpudata.h> #include <asm/cpudata.h>
#include <asm/rwsem.h>
struct poll { struct poll {
int fd; int fd;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册