]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/timer/hpet.c
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-reques...
[mirror_qemu.git] / hw / timer / hpet.c
index edaa5a0adfb51e1bb042c93ff0ec66a5652ecc4d..05fd86af817278c5a20cdd9e01b6adf08f1451f4 100644 (file)
@@ -48,9 +48,7 @@
 
 #define HPET_MSI_SUPPORT        0
 
-typedef struct HPETState HPETState;
-DECLARE_INSTANCE_CHECKER(HPETState, HPET,
-                         TYPE_HPET)
+OBJECT_DECLARE_SIMPLE_TYPE(HPETState, HPET)
 
 struct HPETState;
 typedef struct HPETTimer {  /* timers */