Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Hongbo Li and committed by
Dave Jiang
fa724cd7 1c1d348b

-1
-1
drivers/cxl/core/cdat.c
··· 9 9 #include "cxlmem.h" 10 10 #include "core.h" 11 11 #include "cxl.h" 12 - #include "core.h" 13 12 14 13 struct dsmas_entry { 15 14 struct range dpa_range;