On Mon, Apr 21, 2014 at 07:17:58PM +0800, Li Jun wrote: > From: Li Jun <b47624@xxxxxxxxxxxxx> > > This patch exports symbol of otg_statemachine for kernel module > can use it. > > Signed-off-by: Li Jun <b47624@xxxxxxxxxxxxx> > > diff --git a/drivers/usb/phy/phy-fsm-usb.c b/drivers/usb/phy/phy-fsm-usb.c > index c47e5a6..a62d8c8 100644 > --- a/drivers/usb/phy/phy-fsm-usb.c > +++ b/drivers/usb/phy/phy-fsm-usb.c > @@ -363,3 +363,4 @@ int otg_statemachine(struct otg_fsm *fsm) > VDBG("quit statemachine, changed = %d\n", state_changed); > return state_changed; > } > +EXPORT_SYMBOL_GPL(otg_statemachine); > -- > 1.7.9.5 > Hi Jun, Please put this patch in your chipidea otg support patchset to avoid building error when do git bisect. I will send Greg all of them together after this patch gets ACK from Felipe, adding Felipe at TO list when you send your next revision chipidea otg support patchset. -- Best Regards, Peter Chen -- 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