summary refs log tree commit diff stats
path: root/tests/qtest/pnv-host-i2c-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qtest/pnv-host-i2c-test.c')
-rw-r--r--tests/qtest/pnv-host-i2c-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qtest/pnv-host-i2c-test.c b/tests/qtest/pnv-host-i2c-test.c
index c635177252..7f64d597ac 100644
--- a/tests/qtest/pnv-host-i2c-test.c
+++ b/tests/qtest/pnv-host-i2c-test.c
@@ -8,8 +8,8 @@
  */
 #include "qemu/osdep.h"
 #include "libqtest.h"
-#include "hw/misc/pca9554_regs.h"
-#include "hw/misc/pca9552_regs.h"
+#include "hw/gpio/pca9554_regs.h"
+#include "hw/gpio/pca9552_regs.h"
 #include "pnv-xscom.h"
 
 #define PPC_BIT(bit)            (0x8000000000000000ULL >> (bit))