* [PATCH] x86, setup: Drop unneeded include <asm/dmi.h>
@ 2013-04-25 9:24 Jean Delvare
2013-04-25 9:45 ` [tip:x86/platform] x86/setup: " tip-bot for Jean Delvare
0 siblings, 1 reply; 2+ messages in thread
From: Jean Delvare @ 2013-04-25 9:24 UTC (permalink / raw)
To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin; +Cc: x86, linux-kernel
arch/x86/kernel/setup.c includes <asm/dmi.h> but it doesn't look like
it needs it, <linux/dmi.h> is sufficient.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
---
arch/x86/kernel/setup.c | 1 -
1 file changed, 1 deletion(-)
--- linux-3.9-rc8.orig/arch/x86/kernel/setup.c 2013-04-23 14:30:49.473149298 +0200
+++ linux-3.9-rc8/arch/x86/kernel/setup.c 2013-04-23 14:41:45.666427600 +0200
@@ -82,7 +82,6 @@
#include <asm/timer.h>
#include <asm/i8259.h>
#include <asm/sections.h>
-#include <asm/dmi.h>
#include <asm/io_apic.h>
#include <asm/ist.h>
#include <asm/setup_arch.h>
--
Jean Delvare
Suse L3
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip:x86/platform] x86/setup: Drop unneeded include <asm/dmi.h>
2013-04-25 9:24 [PATCH] x86, setup: Drop unneeded include <asm/dmi.h> Jean Delvare
@ 2013-04-25 9:45 ` tip-bot for Jean Delvare
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Jean Delvare @ 2013-04-25 9:45 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, jdelvare, tglx
Commit-ID: 06d219dc22daa26b79ec8e611caa68801607f15d
Gitweb: http://git.kernel.org/tip/06d219dc22daa26b79ec8e611caa68801607f15d
Author: Jean Delvare <jdelvare@suse.de>
AuthorDate: Thu, 25 Apr 2013 11:24:05 +0200
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Thu, 25 Apr 2013 11:32:51 +0200
x86/setup: Drop unneeded include <asm/dmi.h>
arch/x86/kernel/setup.c includes <asm/dmi.h> but it doesn't look
like it needs it, <linux/dmi.h> is sufficient.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Link: http://lkml.kernel.org/r/1366881845.4186.65.camel@chaos.site
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
---
arch/x86/kernel/setup.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index 90d8cc9..a60b245 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -82,7 +82,6 @@
#include <asm/timer.h>
#include <asm/i8259.h>
#include <asm/sections.h>
-#include <asm/dmi.h>
#include <asm/io_apic.h>
#include <asm/ist.h>
#include <asm/setup_arch.h>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-25 9:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-25 9:24 [PATCH] x86, setup: Drop unneeded include <asm/dmi.h> Jean Delvare
2013-04-25 9:45 ` [tip:x86/platform] x86/setup: " tip-bot for Jean Delvare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox