aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/pci.h')
-rw-r--r--arch/s390/include/asm/pci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/include/asm/pci.h b/arch/s390/include/asm/pci.h
index 71517451750b..a285754d0742 100644
--- a/arch/s390/include/asm/pci.h
+++ b/arch/s390/include/asm/pci.h
@@ -115,6 +115,8 @@ struct zpci_dev {
115 /* IRQ stuff */ 115 /* IRQ stuff */
116 u64 msi_addr; /* MSI address */ 116 u64 msi_addr; /* MSI address */
117 unsigned int max_msi; /* maximum number of MSI's */ 117 unsigned int max_msi; /* maximum number of MSI's */
118 unsigned int msi_first_bit;
119 unsigned int msi_nr_irqs;
118 struct airq_iv *aibv; /* adapter interrupt bit vector */ 120 struct airq_iv *aibv; /* adapter interrupt bit vector */
119 unsigned long aisb; /* number of the summary bit */ 121 unsigned long aisb; /* number of the summary bit */
120 122