diff options
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r-- | drivers/pci/pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 7c2e25ee2c5a..5cb5820fae40 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -86,7 +86,7 @@ enum pcie_bus_config_types pcie_bus_config = PCIE_BUS_TUNE_OFF; | |||
86 | * the dfl or actual value as it sees fit. Don't forget this is | 86 | * the dfl or actual value as it sees fit. Don't forget this is |
87 | * measured in 32-bit words, not bytes. | 87 | * measured in 32-bit words, not bytes. |
88 | */ | 88 | */ |
89 | u8 pci_dfl_cache_line_size __devinitdata = L1_CACHE_BYTES >> 2; | 89 | u8 pci_dfl_cache_line_size = L1_CACHE_BYTES >> 2; |
90 | u8 pci_cache_line_size; | 90 | u8 pci_cache_line_size; |
91 | 91 | ||
92 | /* | 92 | /* |
@@ -3882,7 +3882,7 @@ static int __init pci_resource_alignment_sysfs_init(void) | |||
3882 | 3882 | ||
3883 | late_initcall(pci_resource_alignment_sysfs_init); | 3883 | late_initcall(pci_resource_alignment_sysfs_init); |
3884 | 3884 | ||
3885 | static void __devinit pci_no_domains(void) | 3885 | static void pci_no_domains(void) |
3886 | { | 3886 | { |
3887 | #ifdef CONFIG_PCI_DOMAINS | 3887 | #ifdef CONFIG_PCI_DOMAINS |
3888 | pci_domains_supported = 0; | 3888 | pci_domains_supported = 0; |