]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
ARM: imx: Remove the duplicated function declaration
authorShenwei Wang <shenwei.wang@freescale.com>
Wed, 29 Apr 2015 21:18:37 +0000 (16:18 -0500)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 3 Jun 2015 06:49:33 +0000 (14:49 +0800)
Removed the duplicated function declaration of mxc_timer_init
which was already declared in drivers/clk/imx/clk.h.

Signed-off-by: Shenwei Wang <shenwei.wang@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/common.h

index fbd86f1b7f3b7c2daf7f30eabe006b9ded7c0ce4..1f800b9a63f564534a429add4be175a6803fdde5 100644 (file)
@@ -44,7 +44,6 @@ void imx27_soc_init(void);
 void imx31_soc_init(void);
 void imx35_soc_init(void);
 void epit_timer_init(void __iomem *base, int irq);
-void mxc_timer_init(unsigned long, int);
 int mx1_clocks_init(unsigned long fref);
 int mx21_clocks_init(unsigned long lref, unsigned long fref);
 int mx27_clocks_init(unsigned long fref);