summaryrefslogtreecommitdiff
path: root/arch/m68k/coldfire/intc-5272.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/coldfire/intc-5272.c')
-rw-r--r--arch/m68k/coldfire/intc-5272.c2
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 @@
* they also need acknowledging via acknowledge bits.
*/
struct irqmap {
- unsigned char icr;
+ unsigned int icr;
unsigned char index;
unsigned char ack;
};