From: Jiapeng Chong Date: Fri, 22 Mar 2024 06:39:57 +0000 (+0800) Subject: x86/xen: Remove duplicate #include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b0daa43204b1b78dce43e26604e47e3e55e1af91;p=linux.git x86/xen: Remove duplicate #include ./arch/x86/xen/enlighten.c: linux/memblock.h is included more than once. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong Signed-off-by: Ingo Molnar Reviewed-by: Juergen Gross Link: https://lore.kernel.org/r/20240322063957.94159-1-jiapeng.chong@linux.alibaba.com Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8610 --- diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 3c61bb98c10e2..7030a6aa96700 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c @@ -1,8 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -#ifdef CONFIG_XEN_BALLOON_MEMORY_HOTPLUG -#include -#endif #include #include #include