From: Clément Peron Date: Mon, 28 May 2018 17:34:08 +0000 (+0200) Subject: ARM: imx: remove inexistant EPIT timer init X-Git-Tag: v4.19-rc1~47^2~4^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9235d1f85eb7628005aa86b17d7a311d53ae6967;p=thirdparty%2Fkernel%2Flinux.git ARM: imx: remove inexistant EPIT timer init i.MX EPIT timer has been removed but not the init function declaration. Signed-off-by: Clément Peron Signed-off-by: Shawn Guo --- diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h index c8d68e918b2ff..18aae76fa2da4 100644 --- a/arch/arm/mach-imx/common.h +++ b/arch/arm/mach-imx/common.h @@ -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);