include/hw/cxl: Break inclusion loop cxl_pci.h and cxl_cdat_h
hw/cxl/cxl_pci.h and hw/cxl/cxl_cdat.h include each other. The former doesn't actually need the latter, so drop that inclusion to break the loop. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20221222100330.380143-8-armbru@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
104a2dd657
commit
881e019770
@ -11,7 +11,6 @@
|
||||
#define CXL_PCI_H
|
||||
|
||||
#include "qemu/compiler.h"
|
||||
#include "hw/cxl/cxl_cdat.h"
|
||||
|
||||
#define CXL_VENDOR_ID 0x1e98
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user