aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Brownell <david-b@pacbell.net>2006-06-29 12:27:23 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2006-09-27 11:58:48 -0700
commit3a16f7b4a75d68364c3278523f51ac141a12758a (patch)
treed4fbdb0a1fcce7664cef0abd727b529142d13c3e /include
parent26facdff1d39c0028565137ad27e8bd5a5cafcf1 (diff)
downloadlinux-3a16f7b4a75d68364c3278523f51ac141a12758a.tar.gz
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 'include')
-rw-r--r--include/linux/usb/otg.h (renamed from include/linux/usb_otg.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/usb_otg.h b/include/linux/usb/otg.h
index f827f6e203c219..9897f7a818c561 100644
--- a/include/linux/usb_otg.h
+++ b/include/linux/usb/otg.h
@@ -1,4 +1,4 @@
-// include/linux/usb_otg.h
+// include/linux/usb/otg.h
/*
* These APIs may be used between USB controllers. USB device drivers
@@ -52,7 +52,7 @@ struct otg_transceiver {
u16 port_change;
/* bind/unbind the host controller */
- int (*set_host)(struct otg_transceiver *otg,
+ int (*set_host)(struct otg_transceiver *otg,
struct usb_bus *host);
/* bind/unbind the peripheral controller */