>From 4c8a9c15d549cc24df5ff2323c13bb25d56a63fb Mon Sep 17 00:00:00 2001 From: Mika Kukkonen <m.kukkonen@xxxxxxxxxxx> Date: Tue, 29 Oct 2013 09:01:52 +0200 Subject: [PATCH 06/14] 06/14 JANITOR: Remove <linux/sys.h> from MIPS Remove #include from files: arch/mips/kernel/process.c Signed-off-by: Mika Kukkonen <m.kukkonen@xxxxxxxxxxx> --- arch/mips/kernel/process.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips/kernel/process.c b/arch/mips/kernel/process.c index ddc7610..334cf69 100644 --- a/arch/mips/kernel/process.c +++ b/arch/mips/kernel/process.c @@ -20,7 +20,6 @@ #include <linux/ptrace.h> #include <linux/mman.h> #include <linux/personality.h> -#include <linux/sys.h> #include <linux/user.h> #include <linux/init.h> #include <linux/completion.h> -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html