]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/qtest: Remove unnecessary 'qemu/bswap.h' include
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 22 Dec 2025 15:53:10 +0000 (16:53 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 12 Jan 2026 22:47:56 +0000 (23:47 +0100)
None of these files use API declared in "qemu/bswap.h",
remove the unnecessary inclusion.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20260109164742.58041-2-philmd@linaro.org>

tests/qtest/aspeed_smc-test.c
tests/qtest/ast2700-smc-test.c
tests/qtest/libqos/fw_cfg.c
tests/qtest/libqos/i2c-omap.c
tests/qtest/pnv-spi-seeprom-test.c
tests/qtest/pnv-xive2-common.h

index 50a87e62500169cc16be3af5a692df34844e5b7a..39af1df0ed752dd56b2d8b041ee39d20bbebea06 100644 (file)
@@ -24,7 +24,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "qemu/bswap.h"
 #include "libqtest-single.h"
 #include "qemu/bitops.h"
 #include "aspeed-smc-utils.h"
index 62d538d8a3a766010afecc2f4fa9b27b19dc0f43..33fc47230ee59fddd5f7f23a3d15143805b1654d 100644 (file)
@@ -7,7 +7,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "qemu/bswap.h"
 #include "libqtest-single.h"
 #include "qemu/bitops.h"
 #include "aspeed-smc-utils.h"
index 0ab3959171b7e769740bd57e9f6177961e11a31a..8611f648c141c59c0f6fd8f5a09327d3bd2e5fd7 100644 (file)
@@ -17,7 +17,6 @@
 #include "malloc-pc.h"
 #include "libqos-malloc.h"
 #include "../libqtest.h"
-#include "qemu/bswap.h"
 #include "hw/nvram/fw_cfg.h"
 
 void qfw_cfg_select(QFWCFG *fw_cfg, uint16_t key)
index 6f98f54820bee0c5075c7d588f307415b7951928..71f70c64f85b6dafa88f97ddf0a040ba6bf43840 100644 (file)
@@ -10,7 +10,6 @@
 #include "i2c.h"
 
 
-#include "qemu/bswap.h"
 #include "../libqtest.h"
 
 enum OMAPI2CRegisters {
index 8033261758bc2b8806d25773c46e82f04de77b61..44e0b92730b427adc5885dfbf6b34a8cf7159b3b 100644 (file)
@@ -7,7 +7,6 @@
  */
 #include "qemu/osdep.h"
 #include "libqtest.h"
-#include "qemu/bswap.h"
 #include "hw/ssi/pnv_spi_regs.h"
 #include "pnv-xscom.h"
 
index 2077c05ebc7a89f124b9dd2d1ec98ac270e9260b..3b84227424329a7cafa9179e03b4ed2218eda9c0 100644 (file)
@@ -15,7 +15,6 @@
 #define PPC_BITMASK(bs, be)     ((PPC_BIT(bs) - PPC_BIT(be)) | PPC_BIT(bs))
 #define PPC_BITMASK32(bs, be)   ((PPC_BIT32(bs) - PPC_BIT32(be)) | \
                                  PPC_BIT32(bs))
-#include "qemu/bswap.h"
 #include "hw/intc/pnv_xive2_regs.h"
 #include "hw/ppc/xive_regs.h"
 #include "hw/ppc/xive2_regs.h"