浏览代码

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 7 年之前
父节点
当前提交
0e710ac652
共有 1 个文件被更改,包括 0 次插入1 次删除
  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>