aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/hw_irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/hw_irq.h')
-rw-r--r--include/asm-sh/hw_irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/hw_irq.h b/include/asm-sh/hw_irq.h
index a4086ea313c7..6c759b2b8929 100644
--- a/include/asm-sh/hw_irq.h
+++ b/include/asm-sh/hw_irq.h
@@ -53,7 +53,7 @@ struct intc_mask_reg {
53}; 53};
54 54
55struct intc_prio_reg { 55struct intc_prio_reg {
56 unsigned long reg, reg_width, field_width; 56 unsigned long set_reg, clr_reg, reg_width, field_width;
57 intc_enum enum_ids[16]; 57 intc_enum enum_ids[16];
58}; 58};
59 59