Skip to content

Commit

Permalink
ARM: pxa: export symbols from pxa3xx-ulpi
Browse files Browse the repository at this point in the history
The pxa3xx_u2d_start_hc/pxa3xx_u2d_stop_hc symbols are used by the
ohci-pxa27x driver, which can be a module.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Arnd Bergmann authored and Eric Miao committed Oct 8, 2011
1 parent ec13592 commit 1455803
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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 1455803

Please sign in to comment.