>From 20aad2f2857c28f4436d004a606b43b8218d6998 Mon Sep 17 00:00:00 2001 From: Mika Kukkonen <m.kukkonen@xxxxxxxxxxx> Date: Tue, 29 Oct 2013 08:57:25 +0200 Subject: [PATCH 04/14] 04/14 JANITOR: Remove <linux/sys.h> from H8300 Remove #include from files: arch/h8300/kernel/entry.S arch/h8300/kernel/syscalls.S Signed-off-by: Mika Kukkonen <m.kukkonen@xxxxxxxxxxx> --- arch/h8300/kernel/entry.S | 1 - arch/h8300/kernel/syscalls.S | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/h8300/kernel/entry.S b/arch/h8300/kernel/entry.S index 94bd30f..392743f 100644 --- a/arch/h8300/kernel/entry.S +++ b/arch/h8300/kernel/entry.S @@ -13,7 +13,6 @@ * system call entry */ -#include <linux/sys.h> #include <asm/unistd.h> #include <asm/setup.h> #include <asm/segment.h> diff --git a/arch/h8300/kernel/syscalls.S b/arch/h8300/kernel/syscalls.S index c55e0ed..45f2531 100644 --- a/arch/h8300/kernel/syscalls.S +++ b/arch/h8300/kernel/syscalls.S @@ -1,5 +1,4 @@ /* Systemcall Entry Table */ -#include <linux/sys.h> #include <asm/linkage.h> #include <asm/unistd.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