projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8292366
)
[MIPS] Alchemy: Convert from plat_timer_setup to plat_time_init.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 26 Oct 2007 11:58:02 +0000
(12:58 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 29 Oct 2007 19:35:33 +0000
(19:35 +0000)
The old plat_timer_setup hook is no longer getting called so the Alchemy
time initialization was getting skipped.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/au1000/common/time.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/au1000/common/time.c
b/arch/mips/au1000/common/time.c
index 0673fc0e36b64f784729724f191d2168675bd637..f113b512d7b166b81c9b32ece83516693cf72123 100644
(file)
--- a/
arch/mips/au1000/common/time.c
+++ b/
arch/mips/au1000/common/time.c
@@
-228,7
+228,7
@@
unsigned long cal_r4koff(void)
return (cpu_speed / HZ);
}
-void __init plat_time
r_setup(struct irqaction *irq
)
+void __init plat_time
_init(void
)
{
unsigned int est_freq;