public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Export notifier register functions for kernel module building
@ 2009-02-12  9:20 Gupta, Ramesh
  2009-02-12 17:48 ` Kevin Hilman
  0 siblings, 1 reply; 5+ messages in thread
From: Gupta, Ramesh @ 2009-02-12  9:20 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org

>From dde519d855e64a312331f86d9442c7b6d9ff0291 Mon Sep 17 00:00:00 2001
From: Ramesh Gupta G <grgupta@ti.com>
Date: Thu, 12 Feb 2009 00:39:47 +0530
Subject: [PATCH 1/1] Export notifier register functions for kernel module building.

This Patch exports symbols clk_notifier_register/unregister
function for other kernel modules usage.

Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
---
 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 e0940a1..c8d9e96 100644
--- a/arch/arm/plat-omap/clock.c
+++ b/arch/arm/plat-omap/clock.c
@@ -680,6 +680,7 @@ int clk_notifier_register(struct clk *clk, struct notifier_block *nb)
 
 	return r;
 }
+EXPORT_SYMBOL(clk_notifier_register);
 
 /**
  * clk_notifier_unregister - remove a clock change notifier
@@ -735,6 +736,7 @@ int clk_notifier_unregister(struct clk *clk, struct notifier_block *nb)
 
 	return r;
 }
+EXPORT_SYMBOL(clk_notifier_unregister);
 
 
 
-- 
1.5.3.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-24  9:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-12  9:20 [PATCH 1/1] Export notifier register functions for kernel module building Gupta, Ramesh
2009-02-12 17:48 ` Kevin Hilman
2009-03-24  9:28   ` Paul Walmsley
2009-03-24  9:42     ` Gupta, Ramesh
2009-03-24  9:48       ` Paul Walmsley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox