diff options
Diffstat (limited to 'hw/input/adb.c')
| -rw-r--r-- | hw/input/adb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/input/adb.c b/hw/input/adb.c index 98f39b4281..aff7130fd0 100644 --- a/hw/input/adb.c +++ b/hw/input/adb.c @@ -231,7 +231,7 @@ static const VMStateDescription vmstate_adb_bus = { } }; -static void adb_bus_reset_hold(Object *obj) +static void adb_bus_reset_hold(Object *obj, ResetType type) { ADBBusState *adb_bus = ADB_BUS(obj); |