projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3482e66
)
x86/setup: Drop unneeded include <asm/dmi.h>
author
Jean Delvare
<
[email protected]
>
Thu, 25 Apr 2013 09:24:05 +0000
(11:24 +0200)
committer
Ingo 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
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/setup.c
b/arch/x86/kernel/setup.c
index 90d8cc930f5ed134735f7697e016a83e5657dcb8..a60b245951e103a7ae527c06fc90243772eea71e 100644
(file)
--- 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>