diff options
| author | Markus Armbruster <armbru@redhat.com> | 2022-12-22 11:03:30 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2023-01-08 01:54:22 -0500 |
| commit | 881e0197709deef9e011f947c12879e3a7f63ce1 (patch) | |
| tree | 7c6145a57f444d643e41f6e2d4f18f2453800897 | |
| parent | 104a2dd65700dbc1e0f69fab200e657e6af2fc75 (diff) | |
| download | focaccia-qemu-881e0197709deef9e011f947c12879e3a7f63ce1.tar.gz focaccia-qemu-881e0197709deef9e011f947c12879e3a7f63ce1.zip | |
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>
| -rw-r--r-- | include/hw/cxl/cxl_pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/cxl/cxl_pci.h b/include/hw/cxl/cxl_pci.h index aca14845ab..01e15ed5b4 100644 --- a/include/hw/cxl/cxl_pci.h +++ b/include/hw/cxl/cxl_pci.h @@ -11,7 +11,6 @@ #define CXL_PCI_H #include "qemu/compiler.h" -#include "hw/cxl/cxl_cdat.h" #define CXL_VENDOR_ID 0x1e98 |