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:
656db50
)
[MIPS] time: Remove wrppmc's definition of plat_timer_setup.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 26 Oct 2007 12:36:15 +0000
(13:36 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 29 Oct 2007 19:35:34 +0000
(19:35 +0000)
The only thing it used to do is now done by cevt-r4k.c.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/gt64120/wrppmc/time.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/gt64120/wrppmc/time.c
b/arch/mips/gt64120/wrppmc/time.c
index b207e7f1417a41482eeab6f6a6cfbfd8529d3170..668dbd5f12c5b756751507c9dfdab2586993ba33 100644
(file)
--- a/
arch/mips/gt64120/wrppmc/time.c
+++ b/
arch/mips/gt64120/wrppmc/time.c
@@
-19,12
+19,6
@@
#define WRPPMC_CPU_CLK_FREQ 40000000 /* 40MHZ */
-void __init plat_timer_setup(struct irqaction *irq)
-{
- /* Install ISR for timer interrupt */
- setup_irq(WRPPMC_MIPS_TIMER_IRQ, irq);
-}
-
/*
* Estimate CPU frequency. Sets mips_hpt_frequency as a side-effect
*