diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-06-07 23:24:50 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-06-07 23:24:50 -0400 |
commit | ea1ff19ce0146a3982a6ded4274122e6d0a91bed (patch) | |
tree | 328bc365f8b70311763a25385a5ac7b3d1dade91 | |
parent | 85f6038f2170e3335dda09c3dfb0f83110e87019 (diff) |
[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>
-rw-r--r-- | arch/sparc64/kernel/sparc64_ksyms.c | 2 |
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 @@ | |||
24 | #include <linux/syscalls.h> | 24 | #include <linux/syscalls.h> |
25 | #include <linux/percpu.h> | 25 | #include <linux/percpu.h> |
26 | #include <linux/init.h> | 26 | #include <linux/init.h> |
27 | #include <linux/rwsem.h> | ||
27 | #include <net/compat.h> | 28 | #include <net/compat.h> |
28 | 29 | ||
29 | #include <asm/oplib.h> | 30 | #include <asm/oplib.h> |
@@ -58,7 +59,6 @@ | |||
58 | #include <asm/ns87303.h> | 59 | #include <asm/ns87303.h> |
59 | #include <asm/timer.h> | 60 | #include <asm/timer.h> |
60 | #include <asm/cpudata.h> | 61 | #include <asm/cpudata.h> |
61 | #include <asm/rwsem.h> | ||
62 | 62 | ||
63 | struct poll { | 63 | struct poll { |
64 | int fd; | 64 | int fd; |