Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272492
b: refs/heads/master
c: 1455803
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Eric Miao committed Oct 8, 2011
1 parent cd94d93 commit 7509e44
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ec13592060ed809c5d6af50f2fcc0b4cc18e3f77
refs/heads/master: 145580388b43b4ad549d0621f42bed4e3960537e
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-pxa/pxa3xx-ulpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ int pxa3xx_u2d_start_hc(struct usb_bus *host)

return err;
}
EXPORT_SYMBOL_GPL(pxa3xx_u2d_start_hc);

void pxa3xx_u2d_stop_hc(struct usb_bus *host)
{
Expand All @@ -277,6 +278,7 @@ void pxa3xx_u2d_stop_hc(struct usb_bus *host)

clk_disable(u2d->clk);
}
EXPORT_SYMBOL_GPL(pxa3xx_u2d_stop_hc);

static int pxa3xx_u2d_probe(struct platform_device *pdev)
{
Expand Down

0 comments on commit 7509e44

Please sign in to comment.