Skip to content

Commit

Permalink
sh: edosk7705 evt2irq migration.
Browse files Browse the repository at this point in the history
Migrate edosk7705 to evt2irq() backed hwirq lookups.

Signed-off-by: Paul Mundt <[email protected]>
  • Loading branch information
pmundt committed May 18, 2012
1 parent 85ee6b0 commit 0fa4c39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/sh/boards/board-edosk7705.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@
#include <linux/platform_device.h>
#include <linux/interrupt.h>
#include <linux/smc91x.h>
#include <linux/sh_intc.h>
#include <asm/machvec.h>
#include <asm/sizes.h>

#define SMC_IOBASE 0xA2000000
#define SMC_IO_OFFSET 0x300
#define SMC_IOADDR (SMC_IOBASE + SMC_IO_OFFSET)

#define ETHERNET_IRQ 0x09
#define ETHERNET_IRQ evt2irq(0x320)

static void __init sh_edosk7705_init_irq(void)
{
Expand Down

0 comments on commit 0fa4c39

Please sign in to comment.