summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPalmer Dabbelt2017-11-21 16:59:28 +0100
committerPalmer Dabbelt2017-11-30 21:58:29 +0100
commit0e710ac6521f13c68a5c634471f40ae448c31e0a (patch)
tree88c5798feacd5d1cd1ad9e0c5c469f9ceb4a2653
parentRISC-V: Allow userspace to flush the instruction cache (diff)
downloadkernel-qcow2-linux-0e710ac6521f13c68a5c634471f40ae448c31e0a.tar.gz
kernel-qcow2-linux-0e710ac6521f13c68a5c634471f40ae448c31e0a.tar.xz
kernel-qcow2-linux-0e710ac6521f13c68a5c634471f40ae448c31e0a.zip
RISC-V: Clean up an unused include
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>
-rw-r--r--arch/riscv/kernel/sys_riscv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/kernel/sys_riscv.c b/arch/riscv/kernel/sys_riscv.c
index c6c037eabaf6..a2ae936a093e 100644
--- 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>