From 9606de36b21fe1fafb7b68a8ed5cfaf128871e97 Mon Sep 17 00:00:00 2001 From: Wei Yongjun Date: Mon, 6 Feb 2017 16:26:50 +0000 Subject: [PATCH] MIPS: sysmips: Remove duplicated include from syscall.c Remove duplicated include. Fixes: 7c0f6ba682b9 ("Replace with globally") Signed-off-by: Wei Yongjun Cc: Ralf Baechle Cc: Markus Elfring Cc: Wei Yongjun Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/15213/ Signed-off-by: James Hogan --- arch/mips/kernel/syscall.c | 1 - 1 file changed, 1 deletion(-) 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 #include #include -#include #include /* -- 2.11.4.GIT