diff options
author | David Brownell <david-b@pacbell.net> | 2006-06-29 19:27:23 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-27 18:58:48 (GMT) |
commit | 3a16f7b4a75d68364c3278523f51ac141a12758a (patch) | |
tree | d4fbdb0a1fcce7664cef0abd727b529142d13c3e /drivers/usb/gadget/omap_udc.c | |
parent | 26facdff1d39c0028565137ad27e8bd5a5cafcf1 (diff) | |
download | linux-fsl-qoriq-3a16f7b4a75d68364c3278523f51ac141a12758a.tar.xz |
USB: move <linux/usb_otg.h> to <linux/usb/otg.h>
Move <linux/usb_otg.h> to <linux/usb/otg.h>.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/gadget/omap_udc.c')
-rw-r--r-- | drivers/usb/gadget/omap_udc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/omap_udc.c b/drivers/usb/gadget/omap_udc.c index 2de9748..81f0389 100644 --- a/drivers/usb/gadget/omap_udc.c +++ b/drivers/usb/gadget/omap_udc.c @@ -40,7 +40,7 @@ #include <linux/platform_device.h> #include <linux/usb_ch9.h> #include <linux/usb_gadget.h> -#include <linux/usb_otg.h> +#include <linux/usb/otg.h> #include <linux/dma-mapping.h> #include <asm/byteorder.h> |