summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/setup.c
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2013-04-25 09:24:05 (GMT)
committerIngo Molnar <mingo@kernel.org>2013-04-25 09:32:51 (GMT)
commit06d219dc22daa26b79ec8e611caa68801607f15d (patch)
treea5a79b3c672dbb965f75cbd4ed9034690dd358f6 /arch/x86/kernel/setup.c
parent3482e664dc7f44e0ffb1fcf1de7af74977748f31 (diff)
downloadlinux-fsl-qoriq-06d219dc22daa26b79ec8e611caa68801607f15d.tar.xz
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>
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r--arch/x86/kernel/setup.c1
1 files changed, 0 insertions, 1 deletions
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>