aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/mpic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/mpic.h')
-rw-r--r--include/asm-powerpc/mpic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-powerpc/mpic.h b/include/asm-powerpc/mpic.h
index 7083d1f74260..6ce27e1b5646 100644
--- a/include/asm-powerpc/mpic.h
+++ b/include/asm-powerpc/mpic.h
@@ -117,7 +117,8 @@ typedef int (*mpic_cascade_t)(struct pt_regs *regs, void *data);
117struct mpic_irq_fixup 117struct mpic_irq_fixup
118{ 118{
119 u8 __iomem *base; 119 u8 __iomem *base;
120 unsigned int irq; 120 u32 data;
121 unsigned int irq;
121}; 122};
122#endif /* CONFIG_MPIC_BROKEN_U3 */ 123#endif /* CONFIG_MPIC_BROKEN_U3 */
123 124