PCI/AER: Change pci_aer_init() stub to return void
authorJisheng Zhang <Jisheng.Zhang@synaptics.com>
Fri, 12 Apr 2019 06:43:06 +0000 (06:43 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 May 2019 16:23:37 +0000 (18:23 +0200)
commit2e757498250209de256485bc03aa7f04eed910bd
tree108589538a6ab708cc8106e970e2fd7b64ae151f
parent8c30e1499335d0fbc87df4b97e7cd42d2981c435
PCI/AER: Change pci_aer_init() stub to return void

commit 31f996efbd5a7825f4d30150469e9d110aea00e8 upstream.

Commit 60ed982a4e78 ("PCI/AER: Move internal declarations to
drivers/pci/pci.h") changed pci_aer_init() to return "void", but didn't
change the stub for when CONFIG_PCIEAER isn't enabled.  Change the stub to
match.

Fixes: 60ed982a4e78 ("PCI/AER: Move internal declarations to drivers/pci/pci.h")
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: stable@vger.kernel.org # v4.19+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pci/pci.h