Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174903
b: refs/heads/master
c: 54ab2b0
h: refs/heads/master
i:
  174901: 6814637
  174899: a72178d
  174895: 82b3d52
v: v3
  • Loading branch information
Felipe Balbi authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 2a01fc2 commit 2f951f8
Show file tree
Hide file tree
Showing 3 changed files with 761 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2d57a95f09cf71c4c642e5be15f8b700d17ee90c
refs/heads/master: 54ab2b02ef6a454b4cca969f546d0dd43fec7308
5 changes: 5 additions & 0 deletions trunk/drivers/usb/host/ehci-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,11 @@ MODULE_LICENSE ("GPL");
#define PLATFORM_DRIVER ehci_hcd_au1xxx_driver
#endif

#ifdef CONFIG_ARCH_OMAP34XX
#include "ehci-omap.c"
#define PLATFORM_DRIVER ehci_hcd_omap_driver
#endif

#ifdef CONFIG_PPC_PS3
#include "ehci-ps3.c"
#define PS3_SYSTEM_BUS_DRIVER ps3_ehci_driver
Expand Down
Loading

0 comments on commit 2f951f8

Please sign in to comment.