summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/phy-fsm-usb.c
diff options
context:
space:
mode:
authorLi Jun <b47624@freescale.com>2014-04-23 15:56:43 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-24 12:56:34 -0700
commitbe696aac3850f481a9d1dfea7ea1c9505ecc970b (patch)
tree77c291d8f94cffe5dcd1700c1a5f3931a7698252 /drivers/usb/phy/phy-fsm-usb.c
parent7cf2f86102b7d737130d8cf0f223b0ae6b8a3eac (diff)
downloadlinux-be696aac3850f481a9d1dfea7ea1c9505ecc970b.tar.gz
linux-be696aac3850f481a9d1dfea7ea1c9505ecc970b.tar.bz2
linux-be696aac3850f481a9d1dfea7ea1c9505ecc970b.zip
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>
Diffstat (limited to 'drivers/usb/phy/phy-fsm-usb.c')
-rw-r--r--drivers/usb/phy/phy-fsm-usb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/phy/phy-fsm-usb.c b/drivers/usb/phy/phy-fsm-usb.c
index c47e5a6edde2..a62d8c82e8b7 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);