summaryrefslogtreecommitdiff
path: root/drivers/cxl
diff options
context:
space:
mode:
authorHongbo Li <lihongbo22@huawei.com>2024-08-30 11:00:16 +0300
committerDave Jiang <dave.jiang@intel.com>2024-09-04 00:46:15 +0300
commitfa724cd747cdc347cde0d2ef6ba4ee34344f72cb (patch)
tree572129273fa1fafc48121e23aab17d5ac411bdc5 /drivers/cxl
parent1c1d348b08ab7c106dd96bafb120f0888827174b (diff)
downloadlinux-fa724cd747cdc347cde0d2ef6ba4ee34344f72cb.tar.xz
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 <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>
Diffstat (limited to 'drivers/cxl')
-rw-r--r--drivers/cxl/core/cdat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cxl/core/cdat.c b/drivers/cxl/core/cdat.c
index bb83867d9fec..e2e1ccda88fa 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;