diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/sh_intc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sh_intc.h b/include/linux/sh_intc.h index 66b4b0c45e7..51d288d8ac8 100644 --- a/include/linux/sh_intc.h +++ b/include/linux/sh_intc.h | |||
@@ -72,6 +72,7 @@ struct intc_hw_desc { | |||
72 | struct intc_desc { | 72 | struct intc_desc { |
73 | char *name; | 73 | char *name; |
74 | intc_enum force_enable; | 74 | intc_enum force_enable; |
75 | intc_enum force_disable; | ||
75 | struct intc_hw_desc hw; | 76 | struct intc_hw_desc hw; |
76 | }; | 77 | }; |
77 | 78 | ||