Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305285
b: refs/heads/master
c: 4059e43
h: refs/heads/master
i:
  305283: daf7227
v: v3
  • Loading branch information
Paul Mundt committed May 18, 2012
1 parent 206c3e2 commit 063c87a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c825abc4c7b5e3e25b191c877cd0ca45cfaa824b
refs/heads/master: 4059e43a6e091d80a1539f4c43bc3caab0e578f6
3 changes: 2 additions & 1 deletion trunk/arch/sh/boards/board-urquell.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <linux/gpio.h>
#include <linux/irq.h>
#include <linux/clk.h>
#include <linux/sh_intc.h>
#include <mach/urquell.h>
#include <cpu/sh7786.h>
#include <asm/heartbeat.h>
Expand Down Expand Up @@ -78,7 +79,7 @@ static struct resource smc91x_eth_resources[] = {
.flags = IORESOURCE_MEM,
},
[1] = {
.start = 11,
.start = evt2irq(0x360),
.flags = IORESOURCE_IRQ,
},
};
Expand Down

0 comments on commit 063c87a

Please sign in to comment.