m68knommu: remove duplicate hw_tick() code
authorGreg Ungerer <[email protected]>
Tue, 4 Mar 2008 06:24:17 +0000 (16:24 +1000)
committerLinus Torvalds <[email protected]>
Tue, 4 Mar 2008 16:04:11 +0000 (08:04 -0800)
Remove duplicate hw_tick() function from 68328 timers code.

Signed-off-by: Greg Ungerer <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/m68knommu/platform/68328/timers.c

index 9159fd05c9ac7638e64af74f8f9502936142d721..6bafefa546e5cd810531ff654fd1d8192a3749b1 100644 (file)
@@ -67,16 +67,6 @@ static irqreturn_t hw_tick(int irq, void *dummy)
 
 /***************************************************************************/
 
-static irqreturn_t hw_tick(int irq, void *dummy)
-{
-       /* Reset Timer1 */
-       TSTAT &= 0;
-
-       return arch_timer_interrupt(irq, dummy);
-}
-
-/***************************************************************************/
-
 static struct irqaction m68328_timer_irq = {
        .name    = "timer",
        .flags   = IRQF_DISABLED | IRQF_TIMER,