summary refs log tree commit diff stats
path: root/hw/i386/port92.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i386/port92.c')
-rw-r--r--hw/i386/port92.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/hw/i386/port92.c b/hw/i386/port92.c
index c00dcb261b..e1379a4f98 100644
--- a/hw/i386/port92.c
+++ b/hw/i386/port92.c
@@ -14,9 +14,7 @@
 #include "trace.h"
 #include "qom/object.h"
 
-typedef struct Port92State Port92State;
-DECLARE_INSTANCE_CHECKER(Port92State, PORT92,
-                         TYPE_PORT92)
+OBJECT_DECLARE_SIMPLE_TYPE(Port92State, PORT92)
 
 struct Port92State {
     ISADevice parent_obj;