]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
cxl: Remove duplicate included header file core.h
authorHongbo Li <lihongbo22@huawei.com>
Fri, 30 Aug 2024 08:00:16 +0000 (16:00 +0800)
committerDave Jiang <dave.jiang@intel.com>
Tue, 3 Sep 2024 21:46:15 +0000 (14:46 -0700)
The header file core.h is included twice. Remove the last
one. The compilation test has passed.

Signed-off-by: Hongbo Li <lihongbo22@huawei.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Link: https://patch.msgid.link/20240830080016.3542184-1-lihongbo22@huawei.com
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
drivers/cxl/core/cdat.c

index bb83867d9fec985634bb9b03652f1eaa34fc8a22..e2e1ccda88fa1c0c3eed4c764bd2be745b1f4029 100644 (file)
@@ -9,7 +9,6 @@
 #include "cxlmem.h"
 #include "core.h"
 #include "cxl.h"
-#include "core.h"
 
 struct dsmas_entry {
        struct range dpa_range;