On Thu, Jan 21, 2010 at 03:29, <[email protected]> wrote: > +#ifdef BLACKFIN > + /* This register is invisible on Blackfin, actually the MUSB > + * RTL version of Blackfin is 1.9, So just set it's value to 1.9. > + */ > + musb->hwvers = 1 << 10 | 9; > +#else > musb->hwvers = musb_read_hwvers(mbase); > +#endif
ugh, musb_read_hwvers() is already in port-specific code. fix this in the right place: drivers/usb/musb/musb_regs.h -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
