Skip to content

Commit a515ca9

Browse files
committed
x86/boot/e820: Remove unnecessary header inclusions
Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: H . Peter Anvin <hpa@zytor.com> Cc: Andy Shevchenko <andy@kernel.org> Cc: Arnd Bergmann <arnd@kernel.org> Cc: David Woodhouse <dwmw@amazon.co.uk> Cc: Juergen Gross <jgross@suse.com> Cc: Kees Cook <keescook@chromium.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Rapoport <rppt@kernel.org> Cc: Paul Menzel <pmenzel@molgen.mpg.de> Cc: Peter Zijlstra <peterz@infradead.org> Link: https://patch.msgid.link/20250515120549.2820541-17-mingo@kernel.org
1 parent 2774ae1 commit a515ca9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/x86/kernel/e820.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@
99
* quirks and other tweaks, and feeds that into the generic Linux memory
1010
* allocation code routines via a platform independent interface (memblock, etc.).
1111
*/
12-
#include <linux/crash_dump.h>
1312
#include <linux/memblock.h>
1413
#include <linux/suspend.h>
1514
#include <linux/acpi.h>
1615
#include <linux/firmware-map.h>
1716
#include <linux/sort.h>
18-
#include <linux/memory_hotplug.h>
1917
#include <linux/kvm_types.h>
2018

2119
#include <asm/e820/api.h>

0 commit comments

Comments
 (0)