RE: [PATCH v12 01/12] usb: phy: otg-fsm: export symbol of otg_statemachine

2014-04-21 Thread Peter Chen
> > On Tue, Apr 22, 2014 at 08:45:24AM +0800, Li Jun wrote: > > From: Li Jun > > > > This patch exports symbol of otg_statemachine for kernel module can > > use it. > > > > Signed-off-by: Li Jun > > --- > > drivers/usb/phy/phy-fsm-usb.c |1 + > > 1 file changed, 1 insertion(+) > > > > dif

Re: [PATCH v12 01/12] usb: phy: otg-fsm: export symbol of otg_statemachine

2014-04-21 Thread Felipe Balbi
On Tue, Apr 22, 2014 at 08:45:24AM +0800, Li Jun wrote: > From: Li Jun > > This patch exports symbol of otg_statemachine for kernel module > can use it. > > Signed-off-by: Li Jun > --- > drivers/usb/phy/phy-fsm-usb.c |1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/usb/phy/

[PATCH v12 01/12] usb: phy: otg-fsm: export symbol of otg_statemachine

2014-04-21 Thread Li Jun
From: Li Jun This patch exports symbol of otg_statemachine for kernel module can use it. Signed-off-by: Li Jun --- drivers/usb/phy/phy-fsm-usb.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/phy/phy-fsm-usb.c b/drivers/usb/phy/phy-fsm-usb.c index c47e5a6..a62d8c8 100644 --