Commit 5e454b54 authored by Al Viro's avatar Al Viro

riscv: use linux/uaccess.h, not asm/uaccess.h...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 5bb866de
...@@ -25,9 +25,9 @@ ...@@ -25,9 +25,9 @@
#include <linux/sched/task_stack.h> #include <linux/sched/task_stack.h>
#include <linux/tick.h> #include <linux/tick.h>
#include <linux/ptrace.h> #include <linux/ptrace.h>
#include <linux/uaccess.h>
#include <asm/unistd.h> #include <asm/unistd.h>
#include <asm/uaccess.h>
#include <asm/processor.h> #include <asm/processor.h>
#include <asm/csr.h> #include <asm/csr.h>
#include <asm/string.h> #include <asm/string.h>
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include <asm/pgalloc.h> #include <asm/pgalloc.h>
#include <asm/ptrace.h> #include <asm/ptrace.h>
#include <asm/uaccess.h>
/* /*
* This routine handles page faults. It determines the address and the * This routine handles page faults. It determines the address and the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment