aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-highbank/core.h
diff options
context:
space:
mode:
authorPrashant Gaikwad <pgaikwad@nvidia.com>2013-01-04 12:30:55 +0530
committerMike Turquette <mturquette@linaro.org>2013-01-24 11:12:46 -0800
commitd34bcdeb43331f87acf21423df26a8567c07de67 (patch)
tree3d0a07ea86ad739e87941fdc9ad5c30b5a8f8187 /arch/arm/mach-highbank/core.h
parent85a181986c9cf8bbd2c4f2fb6f2add7ac5db1f76 (diff)
clk: highbank: Use common of_clk_init() function
Use common of_clk_init() function for clocks initialization. Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com> Tested-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'arch/arm/mach-highbank/core.h')
-rw-r--r--arch/arm/mach-highbank/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-highbank/core.h b/arch/arm/mach-highbank/core.h
index 80235b46cb5..3f65206a9b9 100644
--- a/arch/arm/mach-highbank/core.h
+++ b/arch/arm/mach-highbank/core.h
@@ -2,7 +2,6 @@
#define __HIGHBANK_CORE_H
extern void highbank_set_cpu_jump(int cpu, void *jump_addr);
-extern void highbank_clocks_init(void);
extern void highbank_restart(char, const char *);
extern void __iomem *scu_base_addr;