diff options
author | Justin Waters <justin.waters@timesys.com> | 2008-05-30 15:34:22 -0400 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2008-05-30 15:34:22 -0400 |
commit | 38be9bcc9f2f668ffe2069615dc378f644ada842 (patch) | |
tree | df2fc73861563d2100a9619caa98e3d27283c112 /drivers/usb/otg/otg_fsm.c | |
parent | 989b0f9d9d8636e34b67919cbe1035f9888389c6 (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.c | 2 |
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" |