projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85f6038
)
[SPARC64]: Include <linux/rwsem.h> instead of <asm/rwsem.h>.
author
Robert P. J. Day
<rpjday@mindspring.com>
Fri, 8 Jun 2007 03:24:50 +0000
(20:24 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 8 Jun 2007 03:24:50 +0000
(20:24 -0700)
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>
arch/sparc64/kernel/sparc64_ksyms.c
patch
|
blob
|
history
diff --git
a/arch/sparc64/kernel/sparc64_ksyms.c
b/arch/sparc64/kernel/sparc64_ksyms.c
index d00f51a5683fd46234954ffa3648bb8a6822b851..6fa76161289910680c8bb3f350429f18248553a9 100644
(file)
--- 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;