diff options
| author | Thomas Huth <thuth@redhat.com> | 2023-02-10 12:23:15 +0100 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2023-02-14 09:02:42 +0100 |
| commit | 8c6631e66e323bc92e0ea5d235e7059b30fb86ee (patch) | |
| tree | 8f39f23f3f8e7add36b4adcf6c317e9ec04a4400 /include/hw/ssi/ibex_spi_host.h | |
| parent | b482fb43deb3fa9f5c44fd3da3dde04acec7750f (diff) | |
| download | focaccia-qemu-8c6631e66e323bc92e0ea5d235e7059b30fb86ee.tar.gz focaccia-qemu-8c6631e66e323bc92e0ea5d235e7059b30fb86ee.zip | |
include/hw: Do not include "hw/registerfields.h" in headers that don't need it
Include "hw/registerfields.h" in the .c files instead (if needed). Message-Id: <20230210112315.1116966-1-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/hw/ssi/ibex_spi_host.h')
| -rw-r--r-- | include/hw/ssi/ibex_spi_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/ssi/ibex_spi_host.h b/include/hw/ssi/ibex_spi_host.h index 1f6d077766..8089cc1c31 100644 --- a/include/hw/ssi/ibex_spi_host.h +++ b/include/hw/ssi/ibex_spi_host.h @@ -32,7 +32,6 @@ #include "hw/ssi/ssi.h" #include "qemu/fifo8.h" #include "qom/object.h" -#include "hw/registerfields.h" #include "qemu/timer.h" #define TYPE_IBEX_SPI_HOST "ibex-spi" |