m68knommu: remove duplicate hw_tick() code
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>
This commit is contained in:
parent
673da21b10
commit
881ab680a4
1 changed files with 0 additions and 10 deletions
|
@ -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 = {
|
static struct irqaction m68328_timer_irq = {
|
||||||
.name = "timer",
|
.name = "timer",
|
||||||
.flags = IRQF_DISABLED | IRQF_TIMER,
|
.flags = IRQF_DISABLED | IRQF_TIMER,
|
||||||
|
|
Loading…
Reference in a new issue