Skip to content

Commit

Permalink
m68knommu: remove duplicate hw_tick() code
Browse files Browse the repository at this point in the history
Remove duplicate hw_tick() function from 68328 timers code.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Mar 4, 2008
1 parent 673da21 commit 881ab68
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions arch/m68knommu/platform/68328/timers.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 881ab68

Please sign in to comment.