From 5e454b5457b5f95c943913e619eeae1b9fb87fe6 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Mon, 4 Dec 2017 18:01:01 -0500 Subject: riscv: use linux/uaccess.h, not asm/uaccess.h... Signed-off-by: Al Viro --- arch/riscv/kernel/process.c | 2 +- arch/riscv/mm/fault.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/riscv') diff --git a/arch/riscv/kernel/process.c b/arch/riscv/kernel/process.c index 0d90dcc1fbd3..b01f71d2233b 100644 --- a/arch/riscv/kernel/process.c +++ b/arch/riscv/kernel/process.c @@ -25,9 +25,9 @@ #include #include #include +#include #include -#include #include #include #include diff --git a/arch/riscv/mm/fault.c b/arch/riscv/mm/fault.c index df2ca3c65048..81e8c983d1fb 100644 --- a/arch/riscv/mm/fault.c +++ b/arch/riscv/mm/fault.c @@ -29,7 +29,6 @@ #include #include -#include /* * This routine handles page faults. It determines the address and the -- cgit