diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-30 17:42:11 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-30 17:42:11 +0200 |
commit | 74c7d2f5200a340ae6655e9adcf990381e387937 (patch) | |
tree | 13e5290fff662995e769e64dbd5b64450296dcc6 /arch/x86/kernel | |
parent | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... (diff) | |
parent | x86/setup: Drop unneeded include <asm/dmi.h> (diff) | |
download | linux-74c7d2f5200a340ae6655e9adcf990381e387937.tar.xz linux-74c7d2f5200a340ae6655e9adcf990381e387937.zip |
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 platform changes from Ingo Molnar:
"Small fixes and cleanups all over the map"
* 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/setup: Drop unneeded include <asm/dmi.h>
x86/olpc/xo1/sci: Don't call input_free_device() after input_unregister_device()
x86/platform/intel/mrst: Remove cast for kmalloc() return value
x86/platform/uv: Replace kmalloc() & memset with kzalloc()
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index a5d550f2fa6e..4689855c2f8a 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> |