aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@mindspring.com>2007-06-07 20:24:50 -0700
committerDavid S. Miller <davem@davemloft.net>2007-06-07 20:24:50 -0700
commitea1ff19ce0146a3982a6ded4274122e6d0a91bed (patch)
tree328bc365f8b70311763a25385a5ac7b3d1dade91 /arch/sparc64
parentRAMFS NOMMU: missed POSIX UID/GID inode attribute checking (diff)
downloadlinux-dev-ea1ff19ce0146a3982a6ded4274122e6d0a91bed.tar.xz
linux-dev-ea1ff19ce0146a3982a6ded4274122e6d0a91bed.zip
[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: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64')
-rw-r--r--arch/sparc64/kernel/sparc64_ksyms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/sparc64_ksyms.c b/arch/sparc64/kernel/sparc64_ksyms.c
index d00f51a5683f..6fa761612899 100644
--- a/arch/sparc64/kernel/sparc64_ksyms.c
+++ b/arch/sparc64/kernel/sparc64_ksyms.c
@@ -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;