Commit e0aaff94 authored by Deepak Saxena's avatar Deepak Saxena

common.c:

  Remove unused flag variable from ixp4xx_timer_interrupt
parent 297df44d
......@@ -221,8 +221,6 @@ static unsigned long ixp4xx_gettimeoffset(void)
static irqreturn_t ixp4xx_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
{
unsigned long flags;
/* Clear Pending Interrupt by writing '1' to it */
*IXP4XX_OSST = IXP4XX_OSST_TIMER_1_PEND;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment