diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2017-02-06 16:26:50 +0000 |
---|---|---|
committer | James Hogan <james.hogan@imgtec.com> | 2017-02-14 09:00:27 +0000 |
commit | 9606de36b21fe1fafb7b68a8ed5cfaf128871e97 (patch) | |
tree | ef4d3d6ac09bb83911288a462d04a11263657c5c /arch/mips | |
parent | 0d070d2b5c718180a2e296918618da2c18c298e5 (diff) | |
download | linux-9606de36b21fe1fafb7b68a8ed5cfaf128871e97.tar.bz2 |
MIPS: sysmips: Remove duplicated include from syscall.c
Remove duplicated include.
Fixes: 7c0f6ba682b9 ("Replace <asm/uaccess.h> with <linux/uaccess.h> globally")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Markus Elfring <elfring@users.sourceforge.net>
Cc: Wei Yongjun <weiyongjun1@huawei.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/15213/
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/kernel/syscall.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/kernel/syscall.c b/arch/mips/kernel/syscall.c index 735733fd7145..c86ddbaa4598 100644 --- a/arch/mips/kernel/syscall.c +++ b/arch/mips/kernel/syscall.c @@ -36,7 +36,6 @@ #include <asm/sim.h> #include <asm/shmparam.h> #include <asm/sysmips.h> -#include <linux/uaccess.h> #include <asm/switch_to.h> /* |