]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/usb_hub.c
Merge git://git.denx.de/u-boot-marvell
[people/ms/u-boot.git] / common / usb_hub.c
index be01f4f257d9a1ec3ae2f9294d39e734ba683cc4..f621ddb9ab5debe7c6b65514f2b04ee408167bfc 100644 (file)
@@ -652,6 +652,6 @@ static const struct usb_device_id hub_id_table[] = {
        { }     /* Terminating entry */
 };
 
-USB_DEVICE(usb_generic_hub, hub_id_table);
+U_BOOT_USB_DEVICE(usb_generic_hub, hub_id_table);
 
 #endif