diff options
| -rw-r--r-- | drivers/sh/intc/handle.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/sh/intc/handle.c b/drivers/sh/intc/handle.c index 057ce56829bf..d80799f111df 100644 --- a/drivers/sh/intc/handle.c +++ b/drivers/sh/intc/handle.c | |||
| @@ -172,9 +172,8 @@ intc_get_prio_handle(struct intc_desc *desc, struct intc_desc_int *d, | |||
| 172 | return 0; | 172 | return 0; |
| 173 | } | 173 | } |
| 174 | 174 | ||
| 175 | static unsigned int __init intc_ack_data(struct intc_desc *desc, | 175 | static unsigned int intc_ack_data(struct intc_desc *desc, |
| 176 | struct intc_desc_int *d, | 176 | struct intc_desc_int *d, intc_enum enum_id) |
| 177 | intc_enum enum_id) | ||
| 178 | { | 177 | { |
| 179 | struct intc_mask_reg *mr = desc->hw.ack_regs; | 178 | struct intc_mask_reg *mr = desc->hw.ack_regs; |
| 180 | unsigned int i, j, fn, mode; | 179 | unsigned int i, j, fn, mode; |
