diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2020-02-29 23:23:44 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-04 23:21:00 +0100 |
commit | d6e055e8733da5ce53fc69c77e379915400068c5 (patch) | |
tree | 5cb19782b7c42bb61a63bd909a0f9cff0ec645e3 /drivers/net/ethernet/marvell/sky2.h | |
parent | r8169: add PCI_STATUS_PARITY to PCI status error bits (diff) | |
download | linux-d6e055e8733da5ce53fc69c77e379915400068c5.tar.xz linux-d6e055e8733da5ce53fc69c77e379915400068c5.zip |
PCI: Add constant PCI_STATUS_ERROR_BITS
This collection of PCI error bits is used in more than one driver,
so move it to the PCI core.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/marvell/sky2.h')
-rw-r--r-- | drivers/net/ethernet/marvell/sky2.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/ethernet/marvell/sky2.h b/drivers/net/ethernet/marvell/sky2.h index 2474d326319e..b2dddd8a246c 100644 --- a/drivers/net/ethernet/marvell/sky2.h +++ b/drivers/net/ethernet/marvell/sky2.h @@ -252,13 +252,6 @@ enum { }; -#define PCI_STATUS_ERROR_BITS (PCI_STATUS_DETECTED_PARITY | \ - PCI_STATUS_SIG_SYSTEM_ERROR | \ - PCI_STATUS_REC_MASTER_ABORT | \ - PCI_STATUS_REC_TARGET_ABORT | \ - PCI_STATUS_SIG_TARGET_ABORT | \ - PCI_STATUS_PARITY) - enum csr_regs { B0_RAP = 0x0000, B0_CTST = 0x0004, |