diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2017-02-06 11:26:50 -0500 |
---|---|---|
committer | James Hogan <james.hogan@imgtec.com> | 2017-02-14 04:00:27 -0500 |
commit | 9606de36b21fe1fafb7b68a8ed5cfaf128871e97 (patch) | |
tree | ef4d3d6ac09bb83911288a462d04a11263657c5c | |
parent | 0d070d2b5c718180a2e296918618da2c18c298e5 (diff) |
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>
-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 @@ | |||
36 | #include <asm/sim.h> | 36 | #include <asm/sim.h> |
37 | #include <asm/shmparam.h> | 37 | #include <asm/shmparam.h> |
38 | #include <asm/sysmips.h> | 38 | #include <asm/sysmips.h> |
39 | #include <linux/uaccess.h> | ||
40 | #include <asm/switch_to.h> | 39 | #include <asm/switch_to.h> |
41 | 40 | ||
42 | /* | 41 | /* |