aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHongbo Li <[email protected]>2024-08-30 16:00:16 +0800
committerDave Jiang <[email protected]>2024-09-03 14:46:15 -0700
commitfa724cd747cdc347cde0d2ef6ba4ee34344f72cb (patch)
tree572129273fa1fafc48121e23aab17d5ac411bdc5
parent1c1d348b08ab7c106dd96bafb120f0888827174b (diff)
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 <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Reviewed-by: Jonathan Cameron <[email protected]> Reviewed-by: Dave Jiang <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Dave Jiang <[email protected]>
-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;