Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305279
b: refs/heads/master
c: d5d7e78
h: refs/heads/master
i:
  305277: c3be3db
  305275: 3d8ed07
  305271: 5f569fb
  305263: 25e62f3
  305247: 0491fa3
  305215: 82c2e33
  305151: 19a987b
v: v3
  • Loading branch information
Paul Mundt committed May 18, 2012
1 parent 8ad6f7a commit 5277092
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: 03c5713c96755c6ade73feb27558d214a3e0e546
refs/heads/master: d5d7e78368cb04b2ee3dc2c0e5f2ea97a345d4d6
3 changes: 2 additions & 1 deletion trunk/arch/sh/boards/board-espt.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <linux/mtd/physmap.h>
#include <linux/io.h>
#include <linux/sh_eth.h>
#include <linux/sh_intc.h>
#include <asm/machvec.h>
#include <asm/sizes.h>

Expand Down Expand Up @@ -71,7 +72,7 @@ static struct resource sh_eth_resources[] = {
.flags = IORESOURCE_MEM,
}, {

.start = 57, /* irq number */
.start = evt2irq(0x920), /* irq number */
.flags = IORESOURCE_IRQ,
},
};
Expand Down

0 comments on commit 5277092

Please sign in to comment.