summary refs log tree commit diff stats
path: root/hw/sensor/max31785.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sensor/max31785.c')
-rw-r--r--hw/sensor/max31785.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sensor/max31785.c b/hw/sensor/max31785.c
index 916ed4d457..3577a7c218 100644
--- a/hw/sensor/max31785.c
+++ b/hw/sensor/max31785.c
@@ -444,7 +444,7 @@ static int max31785_write_data(PMBusDevice *pmdev, const uint8_t *buf,
     return 0;
 }
 
-static void max31785_exit_reset(Object *obj)
+static void max31785_exit_reset(Object *obj, ResetType type)
 {
     PMBusDevice *pmdev = PMBUS_DEVICE(obj);
     MAX31785State *s = MAX31785(obj);