lkml.org 
[lkml]   [2009]   [Nov]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] m68knommu: export clk_* symbols in clk.c
Hi Steven,

Steven King wrote:
> export the clk_* stubs defined in arch/m68knommu/platform/coldfire/clk.c so
> they can be used by modules.
>
> Signed-off-by: Steven King <sfking@fdwdc.com>

Looks good, thanks.
Applied to for-linus branch of:

git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git

Regards
Greg



> arch/m68knommu/platform/coldfire/clk.c | 7 ++++++-
> 1 files changed, 6 insertions(+), 1 deletions(-)
>
>
> diff --git a/arch/m68knommu/platform/coldfire/clk.c b/arch/m68knommu/platform/coldfire/clk.c
> index 7cdbf44..9f1260c 100644
> --- a/arch/m68knommu/platform/coldfire/clk.c
> +++ b/arch/m68knommu/platform/coldfire/clk.c
> @@ -9,6 +9,7 @@
> /***************************************************************************/
>
> #include <linux/kernel.h>
> +#include <linux/module.h>
> #include <linux/clk.h>
> #include <asm/coldfire.h>
>
> @@ -18,23 +19,27 @@ struct clk *clk_get(struct device *dev, const char *id)
> {
> return NULL;
> }
> +EXPORT_SYMBOL(clk_get);
>
> int clk_enable(struct clk *clk)
> {
> return 0;
> }
> +EXPORT_SYMBOL(clk_enable);
>
> void clk_disable(struct clk *clk)
> {
> }
> +EXPORT_SYMBOL(clk_disable);
>
> void clk_put(struct clk *clk)
> {
> }
> +EXPORT_SYMBOL(clk_put);
>
> unsigned long clk_get_rate(struct clk *clk)
> {
> return MCF_CLK;
> }
> -
> +EXPORT_SYMBOL(clk_get_rate);
> /***************************************************************************/
>


--
------------------------------------------------------------------------
Greg Ungerer -- Principal Engineer EMAIL: gerg@snapgear.com
SnapGear Group, McAfee PHONE: +61 7 3435 2888
825 Stanley St, FAX: +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com


\
 
 \ /
  Last update: 2009-11-16 01:51    [W:0.035 / U:0.416 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site