From ba02430f1a681173cff5336c626d6edc5ea268db Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Thu, 8 Dec 2011 14:56:53 -0600 Subject: usb: separate out legacy usb registration from type registration Type registeration is going to get turned into a QOM call so decouple the legacy support. Signed-off-by: Anthony Liguori --- hw/usb-bt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/usb-bt.c') diff --git a/hw/usb-bt.c b/hw/usb-bt.c index bf8c470..f497a44 100644 --- a/hw/usb-bt.c +++ b/hw/usb-bt.c @@ -550,6 +550,6 @@ static struct DeviceInfo bt_info = { static void usb_bt_register_devices(void) { - usb_qdev_register(&bt_info, NULL, NULL); + usb_qdev_register(&bt_info); } device_init(usb_bt_register_devices) -- cgit v1.1