Skip to content

Commit

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

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed May 18, 2012
1 parent 26819fc commit d66bd5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/sh/include/mach-common/mach/sdk7780.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/
#include <linux/sh_intc.h>
#include <asm/addrspace.h>

/* Box specific addresses. */
Expand Down Expand Up @@ -67,9 +68,9 @@

#define SDK7780_NR_IRL 15
/* IDE/ATA interrupt */
#define IRQ_CFCARD 14
#define IRQ_CFCARD evt2irq(0x3c0)
/* SMC interrupt */
#define IRQ_ETHERNET 6
#define IRQ_ETHERNET evt2irq(0x2c0)


/* arch/sh/boards/renesas/sdk7780/irq.c */
Expand Down

0 comments on commit d66bd5f

Please sign in to comment.