]> Git Repo - linux.git/commitdiff
x86/setup: Drop unneeded include <asm/dmi.h>
authorJean Delvare <[email protected]>
Thu, 25 Apr 2013 09:24:05 +0000 (11:24 +0200)
committerIngo Molnar <[email protected]>
Thu, 25 Apr 2013 09:32:51 +0000 (11:32 +0200)
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 <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
arch/x86/kernel/setup.c

index 90d8cc930f5ed134735f7697e016a83e5657dcb8..a60b245951e103a7ae527c06fc90243772eea71e 100644 (file)
@@ -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>
This page took 0.075887 seconds and 4 git commands to generate.