summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/common.h
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-05-21 09:58:51 +0800
committerShawn Guo <shawn.guo@linaro.org>2013-06-17 15:45:14 +0800
commit53bb71da1c5c14267089218923585840f76e2480 (patch)
tree872fa273049ea680d51bf21c5efb50833f0e9de5 /arch/arm/mach-imx/common.h
parent12aad63ca466409a531e5b79abb59d8de33bcbaa (diff)
downloadop-kernel-dev-53bb71da1c5c14267089218923585840f76e2480.zip
op-kernel-dev-53bb71da1c5c14267089218923585840f76e2480.tar.gz
ARM: imx6: use common of_clk_init() call to initialize clocks
Instead of explicitly calling clock initialization functions, we can declare the functions with CLK_OF_DECLARE() and then call common of_clk_init() to have them invoked properly. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/common.h')
-rw-r--r--arch/arm/mach-imx/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h
index 208e76f..ee78847 100644
--- a/arch/arm/mach-imx/common.h
+++ b/arch/arm/mach-imx/common.h
@@ -68,8 +68,6 @@ extern int mx27_clocks_init_dt(void);
extern int mx31_clocks_init_dt(void);
extern int mx51_clocks_init_dt(void);
extern int mx53_clocks_init_dt(void);
-extern int mx6q_clocks_init(void);
-extern int imx6sl_clocks_init(void);
extern struct platform_device *mxc_register_gpio(char *name, int id,
resource_size_t iobase, resource_size_t iosize, int irq, int irq_high);
extern void mxc_set_cpu_type(unsigned int type);
OpenPOWER on IntegriCloud