From mboxrd@z Thu Jan 1 00:00:00 1970 From: peron.clem@gmail.com (=?UTF-8?q?Cl=C3=A9ment=20P=C3=A9ron?=) Date: Wed, 30 May 2018 14:03:23 +0200 Subject: [PATCH v4 1/5] ARM: imx: remove inexistant EPIT timer init In-Reply-To: <20180530120327.27681-1-peron.clem@gmail.com> References: <20180530120327.27681-1-peron.clem@gmail.com> Message-ID: <20180530120327.27681-2-peron.clem@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Cl?ment Peron i.MX EPIT timer has been removed but not the init function declaration. Signed-off-by: Cl?ment Peron Reviewed-by: Fabio Estevam --- arch/arm/mach-imx/common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h index c8d68e918b2f..18aae76fa2da 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); -- 2.17.0