diff options
Diffstat (limited to 'arch/x86/pci')
-rw-r--r-- | arch/x86/pci/common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c index 2a4d751818b7..88b5416cf009 100644 --- a/arch/x86/pci/common.c +++ b/arch/x86/pci/common.c | |||
@@ -489,7 +489,7 @@ void pcibios_disable_device (struct pci_dev *dev) | |||
489 | pcibios_disable_irq(dev); | 489 | pcibios_disable_irq(dev); |
490 | } | 490 | } |
491 | 491 | ||
492 | struct pci_bus *pci_scan_bus_on_node(int busno, struct pci_ops *ops, int node) | 492 | struct pci_bus * __devinit pci_scan_bus_on_node(int busno, struct pci_ops *ops, int node) |
493 | { | 493 | { |
494 | struct pci_bus *bus = NULL; | 494 | struct pci_bus *bus = NULL; |
495 | struct pci_sysdata *sd; | 495 | struct pci_sysdata *sd; |
@@ -512,7 +512,7 @@ struct pci_bus *pci_scan_bus_on_node(int busno, struct pci_ops *ops, int node) | |||
512 | return bus; | 512 | return bus; |
513 | } | 513 | } |
514 | 514 | ||
515 | struct pci_bus *pci_scan_bus_with_sysdata(int busno) | 515 | struct pci_bus * __devinit pci_scan_bus_with_sysdata(int busno) |
516 | { | 516 | { |
517 | return pci_scan_bus_on_node(busno, &pci_root_ops, -1); | 517 | return pci_scan_bus_on_node(busno, &pci_root_ops, -1); |
518 | } | 518 | } |