aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorBjorn Helgaas <bjorn.helgaas@hp.com>2009-11-13 19:34:18 -0500
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-11-24 18:29:24 -0500
commitd7e6b66fe87c9f42480d73fc314aecaeae84ca6b (patch)
tree0d8f33a6df0c684f6b7da1e7cbfaf7771cde5bee /arch/x86/include
parentd215a9c8b46e55a1d3bc1cd907c943ef95938a0e (diff)
x86/PCI: MMCONFIG: rename pci_mmcfg_region structure members
This only renames the struct pci_mmcfg_region members; no functional change. Reviewed-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/pci_x86.h6
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
121struct pci_mmcfg_region { 121struct 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
128extern int __init pci_mmcfg_arch_init(void); 128extern int __init pci_mmcfg_arch_init(void);