提交 3641fdeb 编写于 作者: G Greg Kroah-Hartman

Merge tag 'usb-ci-v4.7-rc5' of...

Merge tag 'usb-ci-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-linus

Peter writes:

One fix for module support in OTG FSM
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
* 675 Mass Ave, Cambridge, MA 02139, USA. * 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <linux/module.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/mutex.h> #include <linux/mutex.h>
...@@ -450,3 +451,4 @@ int otg_statemachine(struct otg_fsm *fsm) ...@@ -450,3 +451,4 @@ int otg_statemachine(struct otg_fsm *fsm)
return fsm->state_changed; return fsm->state_changed;
} }
EXPORT_SYMBOL_GPL(otg_statemachine); EXPORT_SYMBOL_GPL(otg_statemachine);
MODULE_LICENSE("GPL");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册