diff options
-rw-r--r-- | arch/m68k/coldfire/intc-5272.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/coldfire/intc-5272.c b/arch/m68k/coldfire/intc-5272.c index d7b695629a7e..d1e2fbad327c 100644 --- a/arch/m68k/coldfire/intc-5272.c +++ b/arch/m68k/coldfire/intc-5272.c | |||
@@ -36,7 +36,7 @@ | |||
36 | * they also need acknowledging via acknowledge bits. | 36 | * they also need acknowledging via acknowledge bits. |
37 | */ | 37 | */ |
38 | struct irqmap { | 38 | struct irqmap { |
39 | unsigned char icr; | 39 | unsigned int icr; |
40 | unsigned char index; | 40 | unsigned char index; |
41 | unsigned char ack; | 41 | unsigned char ack; |
42 | }; | 42 | }; |