diff options
author | Shenwei Wang <shenwei.wang@freescale.com> | 2015-04-29 23:18:37 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-06-03 08:49:33 +0200 |
commit | d0185d96c6c61871f090fe51116b6d81b3dd74b9 (patch) | |
tree | a5bf895a09a70a16a99661bc45321b90a80cdb2b | |
parent | ARM: imx: Constify irq_domain_ops (diff) | |
download | linux-d0185d96c6c61871f090fe51116b6d81b3dd74b9.tar.xz linux-d0185d96c6c61871f090fe51116b6d81b3dd74b9.zip |
ARM: imx: Remove the duplicated function declaration
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>
-rw-r--r-- | arch/arm/mach-imx/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h index fbd86f1b7f3b..1f800b9a63f5 100644 --- a/arch/arm/mach-imx/common.h +++ b/arch/arm/mach-imx/common.h @@ -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); |