All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/14] JANITOR: Remove #include <linux/sys.h> from CRIS
@ 2013-10-29  9:58 Mika Kukkonen
  0 siblings, 0 replies; only message in thread
From: Mika Kukkonen @ 2013-10-29  9:58 UTC (permalink / raw)
  To: kernel-janitors


From 770c45a680ac068951c4543f69a86ddd250726a2 Mon Sep 17 00:00:00 2001
From: Mika Kukkonen <m.kukkonen@samsung.com>
Date: Mon, 28 Oct 2013 14:09:48 +0200
Subject: [PATCH 02/14] 02/14 JANITOR: Remove <linux/sys.h> from CRIS

	Remove #include from files:
		arch/cris/arch-v10/kernel/entry.S
		arch/cris/arch-v32/kernel/entry.S

Signed-off-by: Mika Kukkonen <m.kukkonen@samsung.com>
---
 arch/cris/arch-v10/kernel/entry.S | 1 -
 arch/cris/arch-v32/kernel/entry.S | 1 -
 2 files changed, 2 deletions(-)

diff --git a/arch/cris/arch-v10/kernel/entry.S b/arch/cris/arch-v10/kernel/entry.S
index 897bba6..72481d8 100644
--- a/arch/cris/arch-v10/kernel/entry.S
+++ b/arch/cris/arch-v10/kernel/entry.S
@@ -21,7 +21,6 @@
  */
 
 #include <linux/linkage.h>
-#include <linux/sys.h>
 #include <asm/unistd.h>
 #include <arch/sv_addr_ag.h>
 #include <asm/errno.h>
diff --git a/arch/cris/arch-v32/kernel/entry.S b/arch/cris/arch-v32/kernel/entry.S
index faa6441..979faa2 100644
--- a/arch/cris/arch-v32/kernel/entry.S
+++ b/arch/cris/arch-v32/kernel/entry.S
@@ -18,7 +18,6 @@
  */
 
 #include <linux/linkage.h>
-#include <linux/sys.h>
 #include <asm/unistd.h>
 #include <asm/errno.h>
 #include <asm/thread_info.h>
-- 
1.8.3.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-29  9:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-29  9:58 [PATCH 2/14] JANITOR: Remove #include <linux/sys.h> from CRIS Mika Kukkonen

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.