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)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 12 Apr 2019 14:08:41 +0000 (09:08 -0500)
commit31f996efbd5a7825f4d30150469e9d110aea00e8
tree30bcf50ffcacdcfb4d8e10d9337b91c22b3ea7fc
parent9e98c678c2d6ae3a17cb2de55d17f69dddaa231b
PCI/AER: Change pci_aer_init() stub to return void

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+
drivers/pci/pci.h