diff options
author | Clément Peron <clement.peron@devialet.com> | 2018-05-28 20:34:08 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-06-17 10:20:56 +0300 |
commit | 9235d1f85eb7628005aa86b17d7a311d53ae6967 (patch) | |
tree | cb27f1945923aa0b5faf31678bcf3c8021398a6a /arch/arm/mach-imx | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff) | |
download | linux-9235d1f85eb7628005aa86b17d7a311d53ae6967.tar.xz |
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')
-rw-r--r-- | arch/arm/mach-imx/common.h | 1 |
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); |