From: Gupta, Ramesh <grgupta@xxxxxx> Hi, The following patch is required to export some symbols to be used by bridge driver, it was merged in 2.6.28 but seems like it was dropped for later kernels, is it ok to put it back in for linux-omap-pm 2.6.29 and/or linux-omap master? Regards, - omar From: Gupta, Ramesh <grgupta@xxxxxx> Subject: [PATCH] OMAP: clock: export notifier register functions This Patch exports symbols clk_notifier_register/unregister function for other kernel modules usage. Signed-off-by: Ramesh Gupta G <grgupta@xxxxxx> --- arch/arm/plat-omap/clock.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/clock.c b/arch/arm/plat-omap/clock.c index eb354ec..a1a09ef 100644 --- a/arch/arm/plat-omap/clock.c +++ b/arch/arm/plat-omap/clock.c @@ -738,6 +738,7 @@ cnr_out: return r; } +EXPORT_SYMBOL(clk_notifier_register); /** * clk_notifier_unregister - remove a clock change notifier @@ -788,6 +789,7 @@ cnu_out: return r; } +EXPORT_SYMBOL(clk_notifier_unregister); -- 1.6.2.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html