[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1301329788-3423-5-git-send-email-justinmattock@gmail.com>
Date:	Mon, 28 Mar 2011 09:29:27 -0700
From:	"Justin P. Mattock" <justinmattock@...il.com>
To:	trivial@...nel.org
Cc:	linux-kernel@...r.kernel.org,
	"Justin P. Mattock" <justinmattock@...il.com>
Subject: [PATCH 04/25]arch:sparc Remove version.h since it is unused.
The patch below removes <linux/version.h> since it is nolonger
in the kernel.
Signed-off-by: Justin P. Mattock <justinmattock@...il.com>
---
 arch/sparc/kernel/head_32.S |    1 -
 arch/sparc/kernel/head_64.S |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/sparc/kernel/head_32.S b/arch/sparc/kernel/head_32.S
index 5942349..5de603f 100644
--- a/arch/sparc/kernel/head_32.S
+++ b/arch/sparc/kernel/head_32.S
@@ -10,7 +10,6 @@
  * CompactPCI platform by Eric Brower, 1999.
  */
 
-#include <linux/version.h>
 #include <linux/init.h>
 
 #include <asm/head.h>
diff --git a/arch/sparc/kernel/head_64.S b/arch/sparc/kernel/head_64.S
index f8f2105..eeaa723 100644
--- a/arch/sparc/kernel/head_64.S
+++ b/arch/sparc/kernel/head_64.S
@@ -6,7 +6,6 @@
  * Copyright (C) 1997 Miguel de Icaza (miguel@...lecu.unam.mx)
  */
 
-#include <linux/version.h>
 #include <linux/errno.h>
 #include <linux/threads.h>
 #include <linux/init.h>
-- 
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
