diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-02-02 14:38:30 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-02-08 07:28:05 +0100 |
commit | a67dfa660b0dd944c8fedfac02806de75b0c08b1 (patch) | |
tree | 5e12e3be7c36d3f1f30f5f402dfb3b65d66164fd /include | |
parent | bfe7bf8590a74aebd572abe56927b53f4978ab42 (diff) | |
download | qemu-a67dfa660b0dd944c8fedfac02806de75b0c08b1.zip qemu-a67dfa660b0dd944c8fedfac02806de75b0c08b1.tar.gz qemu-a67dfa660b0dd944c8fedfac02806de75b0c08b1.tar.bz2 |
Drop duplicate #include
Tracked down with the help of scripts/clean-includes.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20230202133830.2152150-21-armbru@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/arm/fsl-imx6ul.h | 1 | ||||
-rw-r--r-- | include/hw/arm/fsl-imx7.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/arm/fsl-imx6ul.h b/include/hw/arm/fsl-imx6ul.h index 7812e51..1952cb9 100644 --- a/include/hw/arm/fsl-imx6ul.h +++ b/include/hw/arm/fsl-imx6ul.h @@ -30,7 +30,6 @@ #include "hw/timer/imx_gpt.h" #include "hw/timer/imx_epit.h" #include "hw/i2c/imx_i2c.h" -#include "hw/gpio/imx_gpio.h" #include "hw/sd/sdhci.h" #include "hw/ssi/imx_spi.h" #include "hw/net/imx_fec.h" diff --git a/include/hw/arm/fsl-imx7.h b/include/hw/arm/fsl-imx7.h index 4e5e071..355bd8e 100644 --- a/include/hw/arm/fsl-imx7.h +++ b/include/hw/arm/fsl-imx7.h @@ -32,7 +32,6 @@ #include "hw/timer/imx_gpt.h" #include "hw/timer/imx_epit.h" #include "hw/i2c/imx_i2c.h" -#include "hw/gpio/imx_gpio.h" #include "hw/sd/sdhci.h" #include "hw/ssi/imx_spi.h" #include "hw/net/imx_fec.h" |