From: Hongbo Li Date: Fri, 30 Aug 2024 08:00:16 +0000 (+0800) Subject: cxl: Remove duplicate included header file core.h X-Git-Tag: v6.12-rc1~25^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa724cd747cdc347cde0d2ef6ba4ee34344f72cb;p=thirdparty%2Flinux.git cxl: Remove duplicate included header file core.h The header file core.h is included twice. Remove the last one. The compilation test has passed. Signed-off-by: Hongbo Li Acked-by: Jonathan Cameron Reviewed-by: Jonathan Cameron Reviewed-by: Dave Jiang Link: https://patch.msgid.link/20240830080016.3542184-1-lihongbo22@huawei.com Signed-off-by: Dave Jiang --- diff --git a/drivers/cxl/core/cdat.c b/drivers/cxl/core/cdat.c index bb83867d9fec9..e2e1ccda88fa1 100644 --- a/drivers/cxl/core/cdat.c +++ b/drivers/cxl/core/cdat.c @@ -9,7 +9,6 @@ #include "cxlmem.h" #include "core.h" #include "cxl.h" -#include "core.h" struct dsmas_entry { struct range dpa_range;