OSDN Git Service

RISC-V: Clean up an unused include
authorPalmer Dabbelt <palmer@sifive.com>
Tue, 21 Nov 2017 15:59:28 +0000 (07:59 -0800)
committerPalmer 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

index c6c037e..a2ae936 100644 (file)
@@ -14,7 +14,6 @@
  */
 
 #include <linux/syscalls.h>
-#include <asm/cmpxchg.h>
 #include <asm/unistd.h>
 #include <asm/cacheflush.h>