]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: imx: remove inexistant EPIT timer init
authorClément Peron <clement.peron@devialet.com>
Mon, 28 May 2018 17:34:08 +0000 (19:34 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 17 Jun 2018 07:20:56 +0000 (15:20 +0800)
i.MX EPIT timer has been removed but not the init function declaration.

Signed-off-by: Clément Peron <clement.peron@devialet.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/common.h

index c8d68e918b2ff60741e33df67da243b4ceb64ea8..18aae76fa2da4a667f135adf8f9c6bb84e2ea09d 100644 (file)
@@ -38,7 +38,6 @@ void imx21_soc_init(void);
 void imx27_soc_init(void);
 void imx31_soc_init(void);
 void imx35_soc_init(void);
-void epit_timer_init(void __iomem *base, int irq);
 int mx21_clocks_init(unsigned long lref, unsigned long fref);
 int mx27_clocks_init(unsigned long fref);
 int mx31_clocks_init(unsigned long fref);