diff options
Diffstat (limited to 'hw/sensor/max34451.c')
| -rw-r--r-- | hw/sensor/max34451.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sensor/max34451.c b/hw/sensor/max34451.c index 031ae53f59..93b53f3db2 100644 --- a/hw/sensor/max34451.c +++ b/hw/sensor/max34451.c @@ -608,7 +608,7 @@ static inline void *memset_word(void *s, uint16_t c, size_t n) return s; } -static void max34451_exit_reset(Object *obj) +static void max34451_exit_reset(Object *obj, ResetType type) { PMBusDevice *pmdev = PMBUS_DEVICE(obj); MAX34451State *s = MAX34451(obj); |