diff options
Diffstat (limited to 'arch/powerpc/include/asm/mpic.h')
-rw-r--r-- | arch/powerpc/include/asm/mpic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/mpic.h b/arch/powerpc/include/asm/mpic.h index fe566a348a86..34d9ac433ace 100644 --- a/arch/powerpc/include/asm/mpic.h +++ b/arch/powerpc/include/asm/mpic.h | |||
@@ -5,6 +5,7 @@ | |||
5 | #include <linux/irq.h> | 5 | #include <linux/irq.h> |
6 | #include <linux/sysdev.h> | 6 | #include <linux/sysdev.h> |
7 | #include <asm/dcr.h> | 7 | #include <asm/dcr.h> |
8 | #include <asm/msi_bitmap.h> | ||
8 | 9 | ||
9 | /* | 10 | /* |
10 | * Global registers | 11 | * Global registers |
@@ -301,8 +302,7 @@ struct mpic | |||
301 | #endif | 302 | #endif |
302 | 303 | ||
303 | #ifdef CONFIG_PCI_MSI | 304 | #ifdef CONFIG_PCI_MSI |
304 | spinlock_t bitmap_lock; | 305 | struct msi_bitmap msi_bitmap; |
305 | unsigned long *hwirq_bitmap; | ||
306 | #endif | 306 | #endif |
307 | 307 | ||
308 | #ifdef CONFIG_MPIC_BROKEN_REGREAD | 308 | #ifdef CONFIG_MPIC_BROKEN_REGREAD |