]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-shmobile/clock.c
Merge branch 'for-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[karo-tx-linux.git] / arch / arm / mach-shmobile / clock.c
index 34f056fc375691c22169b4ee26fb4f049e1396e6..68c2d06d0eaaa800ce61bc074320259cf6b6f9eb 100644 (file)
@@ -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);