summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
diff options
context:
space:
mode:
authorLi Jun2014-04-23 09:56:43 +0200
committerGreg Kroah-Hartman2014-04-24 21:56:34 +0200
commitbe696aac3850f481a9d1dfea7ea1c9505ecc970b (patch)
tree77c291d8f94cffe5dcd1700c1a5f3931a7698252 /drivers/usb/phy
parentusb: chipidea: core: Add missing module owner field (diff)
downloadkernel-qcow2-linux-be696aac3850f481a9d1dfea7ea1c9505ecc970b.tar.gz
kernel-qcow2-linux-be696aac3850f481a9d1dfea7ea1c9505ecc970b.tar.xz
kernel-qcow2-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')
-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);