Merge branch 'pci-aer-remove-redundant-device-control-error-reporting-enable'
authorJakub Kicinski <kuba@kernel.org>
Thu, 9 Mar 2023 07:34:42 +0000 (23:34 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 9 Mar 2023 07:34:42 +0000 (23:34 -0800)
commit7e01b4085f11b985ebe1a2ff6ccd3654494f5b5a
tree56132876536bda750e7bf0c1034c8d94181fbf4f
parent6bf0ad7f29173869de6a5a359554426a7127c247
parentf3468e3944398c4de9b2deff73041394fba632e7
Merge branch 'pci-aer-remove-redundant-device-control-error-reporting-enable'

Bjorn Helgaas says:

====================
PCI/AER: Remove redundant Device Control Error Reporting Enable

From: Bjorn Helgaas <bhelgaas@google.com>

Since f26e58bf6f54 ("PCI/AER: Enable error reporting when AER is native"),
which appeared in v6.0, the PCI core has enabled PCIe error reporting for
all devices during enumeration.

Remove driver code to do this and remove unnecessary includes of
<linux/aer.h> from several other drivers.

Intel folks, sorry that I missed removing the <linux/aer.h> includes in the
first series.
====================

Link: https://lore.kernel.org/r/20230307181940.868828-1-helgaas@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>