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/host | |
parent | 26facdff1d39c0028565137ad27e8bd5a5cafcf1 (diff) | |
download | linux-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/host')
-rw-r--r-- | drivers/usb/host/ohci-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index cbf38ae..7c3d8c6 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c @@ -88,7 +88,7 @@ #include <linux/timer.h> #include <linux/list.h> #include <linux/usb.h> -#include <linux/usb_otg.h> +#include <linux/usb/otg.h> #include <linux/dma-mapping.h> #include <linux/dmapool.h> #include <linux/reboot.h> |