From: Li Jun <b47...@freescale.com>

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

Signed-off-by: Li Jun <b47...@freescale.com>
---
 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
--- 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

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to