]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
usb: phy: otg-fsm: export symbol of otg_statemachine
authorLi Jun <b47624@freescale.com>
Wed, 23 Apr 2014 07:56:43 +0000 (15:56 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Apr 2014 19:56:34 +0000 (12:56 -0700)
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>
drivers/usb/phy/phy-fsm-usb.c

index c47e5a6edde28a1d35d64d6f375df401a8519709..a62d8c82e8b7739808ab75fd2f4d50e8403f71aa 100644 (file)
@@ -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);