* [PATCH][Resend] Remove unneeded version.h include from arch/x86/
@ 2011-08-01 21:07 Jesper Juhl
2011-08-02 22:28 ` [tip:x86/cleanups] x86, cleanup: " tip-bot for Jesper Juhl
2011-08-22 22:49 ` tip-bot for Jesper Juhl
0 siblings, 2 replies; 3+ messages in thread
From: Jesper Juhl @ 2011-08-01 21:07 UTC (permalink / raw)
To: LKML; +Cc: trivial, Thomas Gleixner, Ingo Molnar, H. Peter Anvin, x86
It was pointed out by 'make versioncheck' that the include of
linux/version.h is not needed in arch/x86/mm/mmio-mod.c .
This patch removes it.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
---
arch/x86/mm/mmio-mod.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/x86/mm/mmio-mod.c b/arch/x86/mm/mmio-mod.c
index 67421f3..de54b9b 100644
--- a/arch/x86/mm/mmio-mod.c
+++ b/arch/x86/mm/mmio-mod.c
@@ -29,7 +29,6 @@
#include <linux/slab.h>
#include <linux/uaccess.h>
#include <linux/io.h>
-#include <linux/version.h>
#include <linux/kallsyms.h>
#include <asm/pgtable.h>
#include <linux/mmiotrace.h>
--
1.7.6
--
Jesper Juhl <jj@chaosbits.net> http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [tip:x86/cleanups] x86, cleanup: Remove unneeded version.h include from arch/x86/
2011-08-01 21:07 [PATCH][Resend] Remove unneeded version.h include from arch/x86/ Jesper Juhl
@ 2011-08-02 22:28 ` tip-bot for Jesper Juhl
2011-08-22 22:49 ` tip-bot for Jesper Juhl
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Jesper Juhl @ 2011-08-02 22:28 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, jj, tglx, hpa
Commit-ID: 7c36ce3aaea4a4fe81436c1caf6fbc0a703f70f9
Gitweb: http://git.kernel.org/tip/7c36ce3aaea4a4fe81436c1caf6fbc0a703f70f9
Author: Jesper Juhl <jj@chaosbits.net>
AuthorDate: Mon, 1 Aug 2011 23:07:51 +0200
Committer: H. Peter Anvin <hpa@linux.intel.com>
CommitDate: Tue, 2 Aug 2011 11:18:39 -0700
x86, cleanup: Remove unneeded version.h include from arch/x86/
It was pointed out by 'make versioncheck' that the include of
linux/version.h is not needed in arch/x86/mm/mmio-mod.c .
This patch removes it.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Link: http://lkml.kernel.org/r/alpine.LNX.2.00.1108012305570.31999@swampdragon.chaosbits.net
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
---
arch/x86/mm/mmio-mod.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/x86/mm/mmio-mod.c b/arch/x86/mm/mmio-mod.c
index 3adff7d..c83c3d0 100644
--- a/arch/x86/mm/mmio-mod.c
+++ b/arch/x86/mm/mmio-mod.c
@@ -29,7 +29,6 @@
#include <linux/slab.h>
#include <linux/uaccess.h>
#include <linux/io.h>
-#include <linux/version.h>
#include <linux/kallsyms.h>
#include <asm/pgtable.h>
#include <linux/mmiotrace.h>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [tip:x86/cleanups] x86, cleanup: Remove unneeded version.h include from arch/x86/
2011-08-01 21:07 [PATCH][Resend] Remove unneeded version.h include from arch/x86/ Jesper Juhl
2011-08-02 22:28 ` [tip:x86/cleanups] x86, cleanup: " tip-bot for Jesper Juhl
@ 2011-08-22 22:49 ` tip-bot for Jesper Juhl
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Jesper Juhl @ 2011-08-22 22:49 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, jj, tglx, hpa
Commit-ID: 7a4e8beabcb5262547b364851cbdd995b6798be1
Gitweb: http://git.kernel.org/tip/7a4e8beabcb5262547b364851cbdd995b6798be1
Author: Jesper Juhl <jj@chaosbits.net>
AuthorDate: Mon, 1 Aug 2011 23:07:51 +0200
Committer: H. Peter Anvin <hpa@linux.intel.com>
CommitDate: Mon, 22 Aug 2011 15:35:43 -0700
x86, cleanup: Remove unneeded version.h include from arch/x86/
It was pointed out by 'make versioncheck' that the include of
linux/version.h is not needed in arch/x86/mm/mmio-mod.c .
This patch removes it.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Link: http://lkml.kernel.org/r/alpine.LNX.2.00.1108012305570.31999@swampdragon.chaosbits.net
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
---
arch/x86/mm/mmio-mod.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/x86/mm/mmio-mod.c b/arch/x86/mm/mmio-mod.c
index 67421f3..de54b9b 100644
--- a/arch/x86/mm/mmio-mod.c
+++ b/arch/x86/mm/mmio-mod.c
@@ -29,7 +29,6 @@
#include <linux/slab.h>
#include <linux/uaccess.h>
#include <linux/io.h>
-#include <linux/version.h>
#include <linux/kallsyms.h>
#include <asm/pgtable.h>
#include <linux/mmiotrace.h>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-22 22:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01 21:07 [PATCH][Resend] Remove unneeded version.h include from arch/x86/ Jesper Juhl
2011-08-02 22:28 ` [tip:x86/cleanups] x86, cleanup: " tip-bot for Jesper Juhl
2011-08-22 22:49 ` tip-bot for Jesper Juhl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox