summaryrefslogtreecommitdiffstats
path: root/include/hw/usb.h
diff options
context:
space:
mode:
authorGonglei <arei.gonglei@huawei.com>2014-09-19 14:48:41 +0800
committerGerd Hoffmann <kraxel@redhat.com>2014-09-23 12:51:08 +0200
commitbd2ba2752d860d5a0b4f328332c3e0b79d275de8 (patch)
treec7965f931e5544aef1acec303f20e8dcba836797 /include/hw/usb.h
parentdf9bb6660d922bcd4197791bb3b2c10e49ef55de (diff)
downloadhqemu-bd2ba2752d860d5a0b4f328332c3e0b79d275de8.zip
hqemu-bd2ba2752d860d5a0b4f328332c3e0b79d275de8.tar.gz
usb-bus: remove "init" from USBDeviceClass struct
All usb-bus devices are realized by realize(), remove init callback function from USBDeviceClass struct. Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/hw/usb.h')
-rw-r--r--include/hw/usb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/usb.h b/include/hw/usb.h
index 612f09f..8ffbba2 100644
--- a/include/hw/usb.h
+++ b/include/hw/usb.h
@@ -273,8 +273,6 @@ typedef void (*USBDeviceUnrealize)(USBDevice *dev, Error **errp);
typedef struct USBDeviceClass {
DeviceClass parent_class;
- int (*init)(USBDevice *dev);
-
USBDeviceRealize realize;
USBDeviceUnrealize unrealize;
OpenPOWER on IntegriCloud