diff options
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/pci_x86.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/pci_x86.h b/arch/x86/include/asm/pci_x86.h index a6d42c10b017..7aa2ed8f25ab 100644 --- a/arch/x86/include/asm/pci_x86.h +++ b/arch/x86/include/asm/pci_x86.h | |||
@@ -124,6 +124,7 @@ extern int __init pcibios_init(void); | |||
124 | struct pci_mmcfg_region { | 124 | struct pci_mmcfg_region { |
125 | struct resource res; | 125 | struct resource res; |
126 | u64 address; | 126 | u64 address; |
127 | char __iomem *virt; | ||
127 | u16 segment; | 128 | u16 segment; |
128 | u8 start_bus; | 129 | u8 start_bus; |
129 | u8 end_bus; | 130 | u8 end_bus; |