hw/pci-bridge/ioh3420: Remove unuseful header

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Philippe Mathieu-Daudé 2018-10-10 23:53:54 +02:00 committed by Michael S. Tsirkin
parent c6329a2d09
commit cd1f0ca29d
2 changed files with 1 additions and 7 deletions

View file

@ -24,7 +24,7 @@
#include "hw/pci/pci_ids.h"
#include "hw/pci/msi.h"
#include "hw/pci/pcie.h"
#include "ioh3420.h"
#include "hw/pci/pcie_port.h"
#define PCI_DEVICE_ID_IOH_EPORT 0x3420 /* D0:F0 express mode */
#define PCI_DEVICE_ID_IOH_REV 0x2

View file

@ -1,6 +0,0 @@
#ifndef QEMU_IOH3420_H
#define QEMU_IOH3420_H
#include "hw/pci/pcie_port.h"
#endif /* QEMU_IOH3420_H */