Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

David Brownell and committed by
Greg Kroah-Hartman
3a16f7b4 26facdff

+6 -6
+1 -1
arch/arm/plat-omap/usb.c
··· 26 26 #include <linux/errno.h> 27 27 #include <linux/init.h> 28 28 #include <linux/platform_device.h> 29 - #include <linux/usb_otg.h> 29 + #include <linux/usb/otg.h> 30 30 31 31 #include <asm/io.h> 32 32 #include <asm/irq.h>
+1 -1
drivers/i2c/chips/isp1301_omap.c
··· 30 30 #include <linux/usb_ch9.h> 31 31 #include <linux/usb_gadget.h> 32 32 #include <linux/usb.h> 33 - #include <linux/usb_otg.h> 33 + #include <linux/usb/otg.h> 34 34 #include <linux/i2c.h> 35 35 #include <linux/workqueue.h> 36 36
+1 -1
drivers/usb/gadget/omap_udc.c
··· 40 40 #include <linux/platform_device.h> 41 41 #include <linux/usb_ch9.h> 42 42 #include <linux/usb_gadget.h> 43 - #include <linux/usb_otg.h> 43 + #include <linux/usb/otg.h> 44 44 #include <linux/dma-mapping.h> 45 45 46 46 #include <asm/byteorder.h>
+1 -1
drivers/usb/host/ohci-hcd.c
··· 88 88 #include <linux/timer.h> 89 89 #include <linux/list.h> 90 90 #include <linux/usb.h> 91 - #include <linux/usb_otg.h> 91 + #include <linux/usb/otg.h> 92 92 #include <linux/dma-mapping.h> 93 93 #include <linux/dmapool.h> 94 94 #include <linux/reboot.h>
+2 -2
include/linux/usb_otg.h include/linux/usb/otg.h
··· 1 - // include/linux/usb_otg.h 1 + // include/linux/usb/otg.h 2 2 3 3 /* 4 4 * These APIs may be used between USB controllers. USB device drivers ··· 52 52 u16 port_change; 53 53 54 54 /* bind/unbind the host controller */ 55 - int (*set_host)(struct otg_transceiver *otg, 55 + int (*set_host)(struct otg_transceiver *otg, 56 56 struct usb_bus *host); 57 57 58 58 /* bind/unbind the peripheral controller */