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/hw/arm/fsl-imx6ul.h | |
| parent | bfe7bf8590a74aebd572abe56927b53f4978ab42 (diff) | |
| download | focaccia-qemu-a67dfa660b0dd944c8fedfac02806de75b0c08b1.tar.gz focaccia-qemu-a67dfa660b0dd944c8fedfac02806de75b0c08b1.zip | |
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/hw/arm/fsl-imx6ul.h')
| -rw-r--r-- | include/hw/arm/fsl-imx6ul.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/arm/fsl-imx6ul.h b/include/hw/arm/fsl-imx6ul.h index 7812e516a5..1952cb984d 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" |