x86/PCI: Drop return value of pcibios_scan_root()
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 28 Jan 2014 23:40:36 +0000 (16:40 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 3 Feb 2014 17:38:29 +0000 (10:38 -0700)
commit49886cf4c4cd2ef77d0698c389199ad3e236f48e
treedbfdef07181cc0dd78d14f71984a5e3a17b3a2f2
parent289a24a699ff808a9ebfaaf4c2759cb86932f664
x86/PCI: Drop return value of pcibios_scan_root()

Nobody really uses the return value of pcibios_scan_root() (one place uses
it to control a printk, but the printk is not very useful).  This converts
pcibios_scan_root() to a void function.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
arch/x86/include/asm/pci.h
arch/x86/pci/common.c
arch/x86/pci/irq.c