Skip to content

Commit b0daa43

Browse files
Jiapeng ChongIngo Molnar
authored andcommitted
x86/xen: Remove duplicate #include
./arch/x86/xen/enlighten.c: linux/memblock.h is included more than once. Reported-by: Abaci Robot <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Reviewed-by: Juergen Gross <[email protected]> Link: https://lore.kernel.org/r/[email protected] Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8610
1 parent 4ae3dc8 commit b0daa43

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/x86/xen/enlighten.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0
22

3-
#ifdef CONFIG_XEN_BALLOON_MEMORY_HOTPLUG
4-
#include <linux/memblock.h>
5-
#endif
63
#include <linux/console.h>
74
#include <linux/cpu.h>
85
#include <linux/kexec.h>

0 commit comments

Comments
 (0)