summaryrefslogtreecommitdiff
path: root/drivers/usb/otg/otg_fsm.c
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2008-05-30 15:34:22 -0400
committerJustin Waters <justin.waters@timesys.com>2008-05-30 15:34:22 -0400
commit38be9bcc9f2f668ffe2069615dc378f644ada842 (patch)
treedf2fc73861563d2100a9619caa98e3d27283c112 /drivers/usb/otg/otg_fsm.c
parent989b0f9d9d8636e34b67919cbe1035f9888389c6 (diff)
Fix Freescale OTG implementation2.6.24-mx27lite-200805301934
There were a number of issues with Freescale's OTG files that were not compiling due to forward porting. Signed-off-by: Justin Waters <justin.waters@timesys.com>
Diffstat (limited to 'drivers/usb/otg/otg_fsm.c')
-rw-r--r--drivers/usb/otg/otg_fsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/otg/otg_fsm.c b/drivers/usb/otg/otg_fsm.c
index cde342d5ec17..62edd6810374 100644
--- a/drivers/usb/otg/otg_fsm.c
+++ b/drivers/usb/otg/otg_fsm.c
@@ -17,7 +17,7 @@
#include <linux/spinlock.h>
#include <linux/delay.h>
#include <linux/usb.h>
-#include <linux/usb_gadget.h>
+#include <linux/usb/gadget.h>
#include "otg_fsm.h"