]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/x86/include/asm/pci_x86.h
x86/boot/e820: Remove spurious asm/e820/api.h inclusions
authorIngo Molnar <mingo@kernel.org>
Fri, 27 Jan 2017 10:59:46 +0000 (11:59 +0100)
committerIngo Molnar <mingo@kernel.org>
Sat, 28 Jan 2017 08:31:14 +0000 (09:31 +0100)
commit5520b7e7d2d20ae2ab6e07b46c42cd43df9d2799
tree95c8df40eee9c857f378f129ef0e8eb01ac228b7
parent7b6e4ba3cb1ffdf84fc4d3775b922d64663ec6fc
x86/boot/e820: Remove spurious asm/e820/api.h inclusions

A commonly used lowlevel x86 header, asm/pgtable.h, includes asm/e820/api.h
spuriously, without making direct use of it.

Removing it is not simple: over the years various .c code learned to rely
on this indirect inclusion.

Remove the unnecessary include - this should speed up the kernel build a bit,
as a large header is not included anymore in totally unrelated code.

Cc: Alex Thorlton <athorlton@sgi.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Huang, Ying <ying.huang@intel.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Juergen Gross <jgross@suse.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paul Jackson <pj@sgi.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Cc: Tejun Heo <tj@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Wei Yang <richard.weiyang@gmail.com>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
12 files changed:
arch/x86/boot/compressed/eboot.c
arch/x86/include/asm/pci_x86.h
arch/x86/include/asm/pgtable.h
arch/x86/kernel/acpi/boot.c
arch/x86/kernel/apic/x2apic_uv_x.c
arch/x86/kernel/crash.c
arch/x86/kernel/kexec-bzimage64.c
arch/x86/mm/kasan_init_64.c
arch/x86/pci/pcbios.c
arch/x86/platform/efi/efi.c
arch/x86/platform/efi/quirks.c
arch/x86/power/hibernate_64.c