aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-uhci.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/usb/hcd-uhci.h')
-rw-r--r--hw/usb/hcd-uhci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/hcd-uhci.h b/hw/usb/hcd-uhci.h
index e0fdb98ef1..69f8b40c49 100644
--- a/hw/usb/hcd-uhci.h
+++ b/hw/usb/hcd-uhci.h
@@ -75,7 +75,7 @@ typedef struct UHCIState {
} UHCIState;
#define TYPE_UHCI "pci-uhci-usb"
-DECLARE_INSTANCE_CHECKER(UHCIState, UHCI, TYPE_UHCI)
+OBJECT_DECLARE_TYPE(UHCIState, UHCIPCIDeviceClass, UHCI)
typedef struct UHCIInfo {
const char *name;