Explorar o código

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>
Palmer Dabbelt %!s(int64=8) %!d(string=hai) anos
pai
achega
0e710ac652
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      arch/riscv/kernel/sys_riscv.c

+ 0 - 1
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>