Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea1ff19c authored by Robert P. J. Day's avatar Robert P. J. Day Committed by David S. Miller
Browse files

[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: default avatarRobert P. J. Day <rpjday@mindspring.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 85f6038f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
#include <linux/syscalls.h>
#include <linux/percpu.h>
#include <linux/init.h>
#include <linux/rwsem.h>
#include <net/compat.h>

#include <asm/oplib.h>
@@ -58,7 +59,6 @@
#include <asm/ns87303.h>
#include <asm/timer.h>
#include <asm/cpudata.h>
#include <asm/rwsem.h>

struct poll {
	int fd;