Re: [PATCH] xen/x86: Remove duplicate include

2024-03-21 Thread Jürgen Groß
On 22.03.24 07:39, Jiapeng Chong wrote: ./arch/x86/xen/enlighten.c: linux/memblock.h is included more than once. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8610 Signed-off-by: Jiapeng Chong Reviewed-by: Juergen Gross Juergen

[PATCH] xen/x86: Remove duplicate include

2024-03-21 Thread Jiapeng Chong
./arch/x86/xen/enlighten.c: linux/memblock.h is included more than once. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8610 Signed-off-by: Jiapeng Chong --- arch/x86/xen/enlighten.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/x86/xen/enlighten.c