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)
commit944d58595be02634cc295e341306ccda2365554d
treefe39cb4fd2ef2ad499d02b1223329fd75d07efce
parent89e1f5cb1ecc1cd509a196f4e79d12a1e39410b6
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:

  fd3362cb73de ("PCI/AER: Squash aerdrv_core.c into aerdrv.c")
  41cbc9eb1a82 ("PCI/AER: Squash ecrc.c into aerdrv.c")

Remove the duplicate PCI_EXP_AER_FLAGS definition.

Fixes: 41cbc9eb1a82 ("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