diff options
Diffstat (limited to 'drivers/net/sfc')
-rw-r--r-- | drivers/net/sfc/falcon.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/sfc/falcon.c b/drivers/net/sfc/falcon.c index 92ea6147b3f2..f42fc60d1df4 100644 --- a/drivers/net/sfc/falcon.c +++ b/drivers/net/sfc/falcon.c | |||
@@ -155,13 +155,6 @@ MODULE_PARM_DESC(rx_xon_thresh_bytes, "RX fifo XON threshold"); | |||
155 | /* Dummy SRAM size code */ | 155 | /* Dummy SRAM size code */ |
156 | #define SRM_NB_BSZ_ONCHIP_ONLY (-1) | 156 | #define SRM_NB_BSZ_ONCHIP_ONLY (-1) |
157 | 157 | ||
158 | /* Be nice if these (or equiv.) were in linux/pci_regs.h, but they're not. */ | ||
159 | #define PCI_EXP_DEVCAP_PWR_VAL_LBN 18 | ||
160 | #define PCI_EXP_DEVCAP_PWR_SCL_LBN 26 | ||
161 | #define PCI_EXP_DEVCTL_PAYLOAD_LBN 5 | ||
162 | #define PCI_EXP_LNKSTA_LNK_WID 0x3f0 | ||
163 | #define PCI_EXP_LNKSTA_LNK_WID_LBN 4 | ||
164 | |||
165 | #define FALCON_IS_DUAL_FUNC(efx) \ | 158 | #define FALCON_IS_DUAL_FUNC(efx) \ |
166 | (falcon_rev(efx) < FALCON_REV_B0) | 159 | (falcon_rev(efx) < FALCON_REV_B0) |
167 | 160 | ||