Skip to content

Commit b0daa43

Browse files
wb-zjp846396ingomolnar
authored andcommitted
x86/xen: Remove duplicate #include
./arch/x86/xen/enlighten.c: linux/memblock.h is included more than once. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Reviewed-by: Juergen Gross <jgross@suse.com> Link: https://lore.kernel.org/r/20240322063957.94159-1-jiapeng.chong@linux.alibaba.com Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8610
1 parent 4ae3dc8 commit b0daa43

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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)