summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/common.h
diff options
context:
space:
mode:
authorClément Peron <clement.peron@devialet.com>2018-05-28 19:34:08 +0200
committerShawn Guo <shawnguo@kernel.org>2018-06-17 15:20:56 +0800
commit9235d1f85eb7628005aa86b17d7a311d53ae6967 (patch)
treecb27f1945923aa0b5faf31678bcf3c8021398a6a /arch/arm/mach-imx/common.h
parentce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff)
downloadlinux-9235d1f85eb7628005aa86b17d7a311d53ae6967.tar.bz2
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>
Diffstat (limited to 'arch/arm/mach-imx/common.h')
-rw-r--r--arch/arm/mach-imx/common.h1
1 files changed, 0 insertions, 1 deletions
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);