projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce397d2
)
ARM: imx: remove inexistant EPIT timer init
author
Clément Peron
<clement.peron@devialet.com>
Mon, 28 May 2018 17:34:08 +0000
(19:34 +0200)
committer
Shawn Guo
<shawnguo@kernel.org>
Sun, 17 Jun 2018 07:20:56 +0000
(15:20 +0800)
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>
arch/arm/mach-imx/common.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/common.h
b/arch/arm/mach-imx/common.h
index
c8d68e9
..
18aae76
100644
(file)
--- 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);