commit | 60ed982a4e78ff938824a750dbac8a10e5b472ef | [log] [tgz] |
---|---|---|
author | Rajat Jain <rajatja@google.com> | Thu Jun 21 16:48:26 2018 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Jul 19 16:17:03 2018 -0500 |
tree | 648d22e8151a789cacf4515f0ff8859bf875905c | |
parent | bd237801fef230cea8f2a5ab550d500f19f856d8 [diff] |
PCI/AER: Move internal declarations to drivers/pci/pci.h Since pci_aer_init() and pci_no_aer() are used only internally, move their declarations to the PCI internal header file. Also, no one cares about return value of pci_aer_init(), so make it void. Signed-off-by: Rajat Jain <rajatja@google.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>