Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14558038 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Eric Miao
Browse files

ARM: pxa: export symbols from pxa3xx-ulpi



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: default avatarArnd Bergmann <arnd@arndb.de>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent ec135920
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -265,6 +265,7 @@ int pxa3xx_u2d_start_hc(struct usb_bus *host)


	return err;
	return err;
}
}
EXPORT_SYMBOL_GPL(pxa3xx_u2d_start_hc);


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


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


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