diff options
| author | Philippe Mathieu-Daudé | 2018-01-16 14:28:15 +0100 |
|---|---|---|
| committer | Peter Maydell | 2018-01-16 14:28:15 +0100 |
| commit | f82a0f449b2fdf314900116047ea6d9ee5a2da06 (patch) | |
| tree | 38d9771b00b1d31fda83ecf471e2f9dc7787f1b5 /hw | |
| parent | target/arm: Add fp16 support to vfp_expand_imm (diff) | |
| download | qemu-f82a0f449b2fdf314900116047ea6d9ee5a2da06.tar.gz qemu-f82a0f449b2fdf314900116047ea6d9ee5a2da06.tar.xz qemu-f82a0f449b2fdf314900116047ea6d9ee5a2da06.zip | |
sdhci: clean up includes
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Message-id: 20180115182436.2066-2-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/sd/sdhci-internal.h | 4 | ||||
| -rw-r--r-- | hw/sd/sdhci.c | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/hw/sd/sdhci-internal.h b/hw/sd/sdhci-internal.h index 161177cf39..248fd027f9 100644 --- a/hw/sd/sdhci-internal.h +++ b/hw/sd/sdhci-internal.h @@ -24,8 +24,6 @@ #ifndef SDHCI_INTERNAL_H #define SDHCI_INTERNAL_H -#include "hw/sd/sdhci.h" - /* R/W SDMA System Address register 0x0 */ #define SDHC_SYSAD 0x00 @@ -227,6 +225,4 @@ enum { sdhc_gap_write = 2 /* SDHC stopped at block gap during write operation */ }; -extern const VMStateDescription sdhci_vmstate; - #endif diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c index b064a087c9..b7d2a20985 100644 --- a/hw/sd/sdhci.c +++ b/hw/sd/sdhci.c @@ -29,6 +29,7 @@ #include "sysemu/dma.h" #include "qemu/timer.h" #include "qemu/bitops.h" +#include "hw/sd/sdhci.h" #include "sdhci-internal.h" #include "qemu/log.h" |
