projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
921ebd8
)
RISC-V: Clean up an unused include
author
Palmer Dabbelt
<palmer@sifive.com>
Tue, 21 Nov 2017 15:59:28 +0000
(07:59 -0800)
committer
Palmer Dabbelt
<palmer@sifive.com>
Thu, 30 Nov 2017 20:58:29 +0000
(12:58 -0800)
We used to have some cmpxchg syscalls. They're no longer there, so we
no longer need the include.
CC: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/kernel/sys_riscv.c
patch
|
blob
|
history
diff --git
a/arch/riscv/kernel/sys_riscv.c
b/arch/riscv/kernel/sys_riscv.c
index c6c037eabaf6c378f7eedc094e8c3b3d944a8827..a2ae936a093e4f91d4def96fff0dd46e6e0226c0 100644
(file)
--- a/
arch/riscv/kernel/sys_riscv.c
+++ b/
arch/riscv/kernel/sys_riscv.c
@@
-14,7
+14,6
@@
*/
#include <linux/syscalls.h>
-#include <asm/cmpxchg.h>
#include <asm/unistd.h>
#include <asm/cacheflush.h>