Skip to content

Commit 0e710ac

Browse files
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>
1 parent 921ebd8 commit 0e710ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/riscv/kernel/sys_riscv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
*/
1515

1616
#include <linux/syscalls.h>
17-
#include <asm/cmpxchg.h>
1817
#include <asm/unistd.h>
1918
#include <asm/cacheflush.h>
2019

0 commit comments

Comments
 (0)