PCI/AER: Move AER severity defines to aer.h
authorBetty Dall <betty.dall@hp.com>
Thu, 6 Jun 2013 18:10:49 +0000 (12:10 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 6 Jun 2013 20:34:14 +0000 (14:34 -0600)
commit9e50a9122f048c67a4e83916434e2e212a6f0fe2
tree238b6a8e96867740a6543030fd0cb49490a53eb0
parent8d2a171f18f7cc9271ee3b9f1355fa4a13380320
PCI/AER: Move AER severity defines to aer.h

The function aer_recover_queue() is a public interface and the
severity argument uses #defines that are in the private header
pci/pcie/aer/aerdrv.h.

This patch moves the #defines from pci/pcie/aer/aerdrv.h to
include/linux/aer.h.

[bhelgaas: split "remove 'extern' from declarations" to another patch]
Signed-off-by: Betty Dall <betty.dall@hp.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pcie/aer/aerdrv.h
include/linux/aer.h