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 <clement.peron@devialet.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Clément Peron 2018-05-28 19:34:08 +02:00 committed by Shawn Guo
parent ce397d215c
commit 9235d1f85e
1 changed files with 0 additions and 1 deletions

View 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);