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)
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>

Trivial merge