diff options
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/pci_x86.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/pci_x86.h b/arch/x86/include/asm/pci_x86.h index 3a2ca5f69521..a752d618f196 100644 --- a/arch/x86/include/asm/pci_x86.h +++ b/arch/x86/include/asm/pci_x86.h | |||
@@ -120,9 +120,9 @@ extern int __init pcibios_init(void); | |||
120 | 120 | ||
121 | struct pci_mmcfg_region { | 121 | struct pci_mmcfg_region { |
122 | u64 address; | 122 | u64 address; |
123 | u16 pci_segment; | 123 | u16 segment; |
124 | u8 start_bus_number; | 124 | u8 start_bus; |
125 | u8 end_bus_number; | 125 | u8 end_bus; |
126 | }; | 126 | }; |
127 | 127 | ||
128 | extern int __init pci_mmcfg_arch_init(void); | 128 | extern int __init pci_mmcfg_arch_init(void); |