]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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:22:17 +0000 (18:22 +0200)
commitfbd9c6ef0dfcda23784b2cd95b9bc339389f04ba
treeefd3526428ae9258192072cda9ce49a4ef376eb1
parentbe361ee757b8aa217b927c0a75b7a6ebf68c1550
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