diff options
author | Palmer Dabbelt <palmer@sifive.com> | 2017-11-21 10:59:28 -0500 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2017-11-30 15:58:29 -0500 |
commit | 0e710ac6521f13c68a5c634471f40ae448c31e0a (patch) | |
tree | 88c5798feacd5d1cd1ad9e0c5c469f9ceb4a2653 | |
parent | 921ebd8f2c081b3cf6c3b29ef4103eef3ff26054 (diff) |
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.c | 1 |
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 @@ | |||
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include <linux/syscalls.h> | 16 | #include <linux/syscalls.h> |
17 | #include <asm/cmpxchg.h> | ||
18 | #include <asm/unistd.h> | 17 | #include <asm/unistd.h> |
19 | #include <asm/cacheflush.h> | 18 | #include <asm/cacheflush.h> |
20 | 19 | ||