Skip to content

Commit

Permalink
MIPS: sysmips: Remove duplicated include from syscall.c
Browse files Browse the repository at this point in the history
Remove duplicated include.

Fixes: 7c0f6ba ("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>
  • Loading branch information
Wei Yongjun authored and James Hogan committed Feb 14, 2017
1 parent 0d070d2 commit 9606de3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/kernel/syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

/*
Expand Down

0 comments on commit 9606de3

Please sign in to comment.