All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mika Kukkonen <m.kukkonen@samsung.com>
To: kernel-janitors@vger.kernel.org
Subject: [PATCH 4/14] JANITOR: Remove #include <linux/sys.h> from H8300
Date: Tue, 29 Oct 2013 10:01:20 +0000	[thread overview]
Message-ID: <20131029100120.GD14214@nbf-011.seri.co.uk> (raw)


From 20aad2f2857c28f4436d004a606b43b8218d6998 Mon Sep 17 00:00:00 2001
From: Mika Kukkonen <m.kukkonen@samsung.com>
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@samsung.com>
---
 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


                 reply	other threads:[~2013-10-29 10:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131029100120.GD14214@nbf-011.seri.co.uk \
    --to=m.kukkonen@samsung.com \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.