aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh')
-rw-r--r--include/asm-sh/hw_irq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh/hw_irq.h b/include/asm-sh/hw_irq.h
index 8f5bf98d053e..9f55c2dc1b50 100644
--- a/include/asm-sh/hw_irq.h
+++ b/include/asm-sh/hw_irq.h
@@ -49,6 +49,7 @@ struct intc_vect {
49}; 49};
50 50
51#define INTC_VECT(enum_id, vect) { enum_id, vect } 51#define INTC_VECT(enum_id, vect) { enum_id, vect }
52#define INTC_IRQ(enum_id, irq) INTC_VECT(enum_id, irq2evt(irq))
52 53
53struct intc_prio { 54struct intc_prio {
54 intc_enum enum_id; 55 intc_enum enum_id;