diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2015-01-20 12:58:10 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-02-23 23:12:15 +0100 |
commit | 814979eb8494c2269f4907ef0494f199d6d06ec2 (patch) | |
tree | 0feff2083cc16d8c012fd1cb2e4847e1d26b96a6 /arch/arm/mach-shmobile/clock.c | |
parent | ARM: shmobile: Remove mach/system.h (diff) | |
download | linux-814979eb8494c2269f4907ef0494f199d6d06ec2.tar.xz linux-814979eb8494c2269f4907ef0494f199d6d06ec2.zip |
ARM: shmobile: Remove mach/clkdev.h
Move over ARCH_SHMOBILE_LEGACY to use the default legacy ARM
implementations of __clk_get() and __clk_put() in <asm/clkdev.h>
by deselecting HAVE_MACH_CLKDEV. This has the nice side effect
that <mach/clkdev.h> is no longer used and can be removed.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/clock.c')
-rw-r--r-- | arch/arm/mach-shmobile/clock.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-shmobile/clock.c b/arch/arm/mach-shmobile/clock.c index 34f056fc3756..68c2d06d0eaa 100644 --- a/arch/arm/mach-shmobile/clock.c +++ b/arch/arm/mach-shmobile/clock.c @@ -45,14 +45,3 @@ int __init shmobile_clk_init(void) return 0; } - -int __clk_get(struct clk *clk) -{ - return 1; -} -EXPORT_SYMBOL(__clk_get); - -void __clk_put(struct clk *clk) -{ -} -EXPORT_SYMBOL(__clk_put); |