Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143550
b: refs/heads/master
c: d5565f7
h: refs/heads/master
v: v3
  • Loading branch information
Hartley Sweeten authored and Russell King committed Apr 15, 2009
1 parent 6ba2a7d commit b691aeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7fccfc00c003c855936970facdbb667bae9dbe9a
refs/heads/master: d5565f76d30a164570d883ab2e77a24b6b8686a0
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-ep93xx/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static unsigned int last_jiffy_time;

#define TIMER4_TICKS_PER_JIFFY ((CLOCK_TICK_RATE + (HZ/2)) / HZ)

static int ep93xx_timer_interrupt(int irq, void *dev_id)
static irqreturn_t ep93xx_timer_interrupt(int irq, void *dev_id)
{
__raw_writel(1, EP93XX_TIMER1_CLEAR);
while ((signed long)
Expand Down

0 comments on commit b691aeb

Please sign in to comment.