Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e710ac6 authored by Palmer Dabbelt's avatar Palmer Dabbelt
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: default avatarPalmer Dabbelt <palmer@sifive.com>
parent 921ebd8f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
 */

#include <linux/syscalls.h>
#include <asm/cmpxchg.h>
#include <asm/unistd.h>
#include <asm/cacheflush.h>