diff options
author | Betty Dall <betty.dall@hp.com> | 2013-06-06 12:10:49 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-06-06 14:34:14 -0600 |
commit | 9e50a9122f048c67a4e83916434e2e212a6f0fe2 (patch) | |
tree | 238b6a8e96867740a6543030fd0cb49490a53eb0 /drivers/pci | |
parent | 8d2a171f18f7cc9271ee3b9f1355fa4a13380320 (diff) | |
download | op-kernel-dev-9e50a9122f048c67a4e83916434e2e212a6f0fe2.zip op-kernel-dev-9e50a9122f048c67a4e83916434e2e212a6f0fe2.tar.gz |
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>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/pcie/aer/aerdrv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pci/pcie/aer/aerdrv.h b/drivers/pci/pcie/aer/aerdrv.h index d12c77c..90ea3e8 100644 --- a/drivers/pci/pcie/aer/aerdrv.h +++ b/drivers/pci/pcie/aer/aerdrv.h @@ -13,10 +13,6 @@ #include <linux/aer.h> #include <linux/interrupt.h> -#define AER_NONFATAL 0 -#define AER_FATAL 1 -#define AER_CORRECTABLE 2 - #define SYSTEM_ERROR_INTR_ON_MESG_MASK (PCI_EXP_RTCTL_SECEE| \ PCI_EXP_RTCTL_SENFEE| \ PCI_EXP_RTCTL_SEFEE) |