public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [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

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