]> Git Repo - qemu.git/blobdiff - hw/pxa2xx.c
usb hid: move head+n to common struct
[qemu.git] / hw / pxa2xx.c
index ab524a779a16679450af483dd654136e6917cc03..6e72a5c7531abda94942c2c8bb95d908473c5d08 100644 (file)
@@ -1476,7 +1476,7 @@ static const VMStateDescription vmstate_pxa2xx_i2c = {
         VMSTATE_UINT8(ibmr, PXA2xxI2CState),
         VMSTATE_UINT8(data, PXA2xxI2CState),
         VMSTATE_STRUCT_POINTER(slave, PXA2xxI2CState,
-                               vmstate_pxa2xx_i2c, PXA2xxI2CSlaveState *),
+                               vmstate_pxa2xx_i2c_slave, PXA2xxI2CSlaveState *),
         VMSTATE_END_OF_LIST()
     }
 };
This page took 0.026674 seconds and 4 git commands to generate.