diff options
| author | Thomas Huth <thuth@redhat.com> | 2023-02-21 13:37:14 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2023-02-27 13:27:03 +0000 |
| commit | 212154821e6dc400315a67ad8204f5e5c4b3023c (patch) | |
| tree | b0f76a7eafd477a6e421ce435bde87f53be07747 /include/hw/arm/allwinner-a10.h | |
| parent | b11728dc3ae67ddedf34b7a4f318170e7092803c (diff) | |
| download | focaccia-qemu-212154821e6dc400315a67ad8204f5e5c4b3023c.tar.gz focaccia-qemu-212154821e6dc400315a67ad8204f5e5c4b3023c.zip | |
include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header
pci_device.h is not needed at all in allwinner-a10.h, and serial.h is only needed by the corresponding .c file. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 20230215152233.210024-1-thuth@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw/arm/allwinner-a10.h')
| -rw-r--r-- | include/hw/arm/allwinner-a10.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/arm/allwinner-a10.h b/include/hw/arm/allwinner-a10.h index 79e0c80568..095afb225d 100644 --- a/include/hw/arm/allwinner-a10.h +++ b/include/hw/arm/allwinner-a10.h @@ -1,9 +1,7 @@ #ifndef HW_ARM_ALLWINNER_A10_H #define HW_ARM_ALLWINNER_A10_H -#include "hw/char/serial.h" #include "hw/arm/boot.h" -#include "hw/pci/pci_device.h" #include "hw/timer/allwinner-a10-pit.h" #include "hw/intc/allwinner-a10-pic.h" #include "hw/net/allwinner_emac.h" |