Skip to content

Commit

Permalink
Merge tag 'usb-ci-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/ker…
Browse files Browse the repository at this point in the history
…nel/git/peter.chen/usb into usb-linus

Peter writes:

One fix for module support in OTG FSM
  • Loading branch information
Greg Kroah-Hartman committed Jun 25, 2016
2 parents 33688ab + ea1d39a commit 3641fde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/usb/common/usb-otg-fsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/mutex.h>
Expand Down Expand Up @@ -450,3 +451,4 @@ int otg_statemachine(struct otg_fsm *fsm)
return fsm->state_changed;
}
EXPORT_SYMBOL_GPL(otg_statemachine);
MODULE_LICENSE("GPL");

0 comments on commit 3641fde

Please sign in to comment.