Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36358
b: refs/heads/master
c: 3a16f7b
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Sep 27, 2006
1 parent d513057 commit 1f20f28
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 26facdff1d39c0028565137ad27e8bd5a5cafcf1
refs/heads/master: 3a16f7b4a75d68364c3278523f51ac141a12758a
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-omap/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/usb_otg.h>
#include <linux/usb/otg.h>

#include <asm/io.h>
#include <asm/irq.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/chips/isp1301_omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <linux/usb_ch9.h>
#include <linux/usb_gadget.h>
#include <linux/usb.h>
#include <linux/usb_otg.h>
#include <linux/usb/otg.h>
#include <linux/i2c.h>
#include <linux/workqueue.h>

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/omap_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ohci-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 1f20f28

Please sign in to comment.