]> git.baikalelectronics.ru Git - kernel.git/commit
PCI/AER: Remove duplicate PCI_EXP_AER_FLAGS definition
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 31 Jul 2018 21:26:09 +0000 (16:26 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 31 Jul 2018 21:26:09 +0000 (16:26 -0500)
commita45a244c019f37f6d9edb7142f1ffc8cfeba8b67
treefe39cb4fd2ef2ad499d02b1223329fd75d07efce
parent4ea9011a9932f7be70090bd8d200153f3ddb3087
PCI/AER: Remove duplicate PCI_EXP_AER_FLAGS definition

PCI_EXP_AER_FLAGS was defined twice (with identical definitions), once
under #ifdef CONFIG_ACPI_APEI, and again at the top level.  This looks like
my merge error from these commits:

  c384c46ac8b3 ("PCI/AER: Squash aerdrv_core.c into aerdrv.c")
  01ba2fd871c7 ("PCI/AER: Squash ecrc.c into aerdrv.c")

Remove the duplicate PCI_EXP_AER_FLAGS definition.

Fixes: 01ba2fd871c7 ("PCI/AER: Squash ecrc.c into aerdrv.c")
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Oza Pawandeep <poza@codeaurora.org>
drivers/pci/pcie/aer.c