OSDN Git Service

PCI/AER: Factor out error reporting to drivers/pci/pcie/err.c
authorOza Pawandeep <poza@codeaurora.org>
Thu, 17 May 2018 21:44:15 +0000 (16:44 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 17 May 2018 21:48:23 +0000 (16:48 -0500)
commit2e28bc84cf6eecd3759d7ae723bb0f5f09becf76
treeaf8bbf4b9d746a4608cac955daa7c1b630463701
parentd25e28e8d2451ff5ebbf5cdaf2fc280cf8c26c13
PCI/AER: Factor out error reporting to drivers/pci/pcie/err.c

Move the error reporting callbacks from aerdrv_core.c to err.c, where they
can be used by DPC in addition to AER.

As part of aerdrv_core.c, these callbacks were built under CONFIG_PCIEAER.
Moving them to the new err.c means they will now be built under
CONFIG_PCIEPORTBUS, so adjust the definition of pci_uevent_ers() to match.

Signed-off-by: Oza Pawandeep <poza@codeaurora.org>
[bhelgaas: in reset_link(), initialize "driver" even if CONFIG_PCIEAER is
unset, update pci_uevent_ers() #ifdef wrapper]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci-driver.c
drivers/pci/pci.h
drivers/pci/pcie/Makefile
drivers/pci/pcie/aer/aerdrv.h
drivers/pci/pcie/aer/aerdrv_core.c
drivers/pci/pcie/err.c [new file with mode: 0644]
drivers/pci/pcie/portdrv.h
include/linux/pci.h