diff options
author | Hongbo Li <lihongbo22@huawei.com> | 2024-08-30 10:00:16 +0200 |
---|---|---|
committer | Dave Jiang <dave.jiang@intel.com> | 2024-09-03 23:46:15 +0200 |
commit | fa724cd747cdc347cde0d2ef6ba4ee34344f72cb (patch) | |
tree | 572129273fa1fafc48121e23aab17d5ac411bdc5 /drivers/cxl | |
parent | tools/testing/cxl: Use dev_is_platform() (diff) | |
download | linux-fa724cd747cdc347cde0d2ef6ba4ee34344f72cb.tar.xz linux-fa724cd747cdc347cde0d2ef6ba4ee34344f72cb.zip |
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.c | 1 |
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; |