Commit 9235d1f8 authored by Clément Peron's avatar Clément Peron Committed by Shawn Guo

ARM: imx: remove inexistant EPIT timer init

i.MX EPIT timer has been removed but not the init function declaration.
Signed-off-by: default avatarClément Peron <clement.peron@devialet.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent ce397d21
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment