Commit fa724cd7 authored by Hongbo Li's avatar Hongbo Li Committed by Dave Jiang

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: default avatarHongbo Li <lihongbo22@huawei.com>
Acked-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: default avatarDave Jiang <dave.jiang@intel.com>
Link: https://patch.msgid.link/20240830080016.3542184-1-lihongbo22@huawei.comSigned-off-by: default avatarDave Jiang <dave.jiang@intel.com>
parent 1c1d348b
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include "cxlmem.h" #include "cxlmem.h"
#include "core.h" #include "core.h"
#include "cxl.h" #include "cxl.h"
#include "core.h"
struct dsmas_entry { struct dsmas_entry {
struct range dpa_range; struct range dpa_range;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment