Re: [PATCH 3/4] PCI: Remove unused declarations
On Thu, 5 Oct 2017, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Remove these unused declarations: > > pcibios_config_init() # never defined anywhere > pcibios_scan_root()# only defined by x86 > pcibios_get_irq_routing_table()# only defined by x86 > pc
[PATCH 3/4] PCI: Remove unused declarations
From: Bjorn Helgaas Remove these unused declarations: pcibios_config_init() # never defined anywhere pcibios_scan_root()# only defined by x86 pcibios_get_irq_routing_table()# only defined by x86 pcibios_set_irq_routing() # only defined by x86 Si