>-----Original Message----- >From: Mike Frysinger [mailto:vapier.adi@xxxxxxxxx] >Sent: Tuesday, March 09, 2010 1:39 PM >To: Ajay Kumar Gupta; Felipe Balbi; Cai, Cliff >Cc: uclinux-dist-devel; linux-usb@xxxxxxxxxxxxxxx >Subject: MUSB breakage in 2.6.34-rc1 due to MUSB_ULPI_BUSCONTROL > >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 ? I'm afraid not.And I think we have to comment this related stuff out. Cliff -- 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