the recent commit usb: musb: Add 'extvbus' in musb_hdrc_platform_data (5fc4e77911f457) relies on MUSB_ULPI_BUSCONTROL but the reg was defined in the non-Blackfin case which means it builds fails now: drivers/usb/musb/musb_core.c: In function ‘musb_init_controller’: drivers/usb/musb/musb_core.c:2021: error: ‘MUSB_ULPI_BUSCONTROL’ undeclared (first use in this function) drivers/usb/musb/musb_core.c:2021: error: (Each undeclared identifier is reported only once drivers/usb/musb/musb_core.c:2021: error: for each function it appears in.) make[2]: *** [drivers/usb/musb/musb_core.o] Error 1 Cliff: can we provide this functionality with the Blackfin MUSB ? or should we add "#ifdef MUSB_ULPI_BUSCONTROL" to musb_core.c ? -mike -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html