[PATCH] x86, setup: Drop unneeded include <asm/dmi.h>

From: Jean Delvare
Date: Thu Apr 25 2013 - 05:25:07 EST


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@xxxxxxx>
Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxxxxx>
Cc: "H. Peter Anvin" <hpa@xxxxxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/