Browse Source

usb: phy: otg-fsm: export symbol of otg_statemachine

This patch exports symbol of otg_statemachine for kernel module
can use it.

Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Li Jun <b47624@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Li Jun 11 years ago
parent
commit
be696aac38
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/usb/phy/phy-fsm-usb.c

+ 1 - 0
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);