Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- include/hw/timer/hpet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/hw/timer/hpet.h b/include/hw/timer/hpet.h index 2a95799a679..d11cdff0347 100644 --- a/include/hw/timer/hpet.h +++ b/include/hw/timer/hpet.h @@ -64,7 +64,7 @@ #define HPET_INTCAP "hpet-intcap" -static inline bool hpet_find(void) +static inline Object *hpet_find(void) { return object_resolve_path_type("", TYPE_HPET, NULL); } -- 2.45.2