lkml.org 
[lkml]   [2014]   [Sep]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v12 01/10] clk: Export __clk_put and __clk_get so they can be used by modules
Date
This is needed for the split between provider and user clk APIs, for clocks
that are implemented in modules.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
---
drivers/clk/clk.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
index b76fa69..5db9710 100644
--- a/drivers/clk/clk.c
+++ b/drivers/clk/clk.c
@@ -2197,6 +2197,7 @@ int __clk_get(struct clk *clk)
}
return 1;
}
+EXPORT_SYMBOL(__clk_get);

void __clk_put(struct clk *clk)
{
@@ -2209,6 +2210,7 @@ void __clk_put(struct clk *clk)

module_put(clk->owner);
}
+EXPORT_SYMBOL(__clk_put);

/*** clk rate change notifiers ***/

--
1.9.3


\
 
 \ /
  Last update: 2014-09-22 16:41    [W:0.058 / U:1.280 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site