diff options
author | Palmer Dabbelt <palmer@sifive.com> | 2017-11-21 07:59:28 -0800 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2017-11-30 12:58:29 -0800 |
commit | 0e710ac6521f13c68a5c634471f40ae448c31e0a (patch) | |
tree | 88c5798feacd5d1cd1ad9e0c5c469f9ceb4a2653 /arch/riscv | |
parent | 921ebd8f2c081b3cf6c3b29ef4103eef3ff26054 (diff) | |
download | linux-0e710ac6521f13c68a5c634471f40ae448c31e0a.tar.bz2 |
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>
Diffstat (limited to 'arch/riscv')
-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 @@ */ #include <linux/syscalls.h> -#include <asm/cmpxchg.h> #include <asm/unistd.h> #include <asm/cacheflush.h> |