summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/falcon.c
diff options
context:
space:
mode:
authorBen Hutchings2009-03-20 14:26:55 +0100
committerDavid S. Miller2009-03-22 03:06:56 +0100
commit28c4605826ab24d04102231fc1f3e8577bec376d (patch)
tree620e8ce08dd0f5180d0817753b33390885690c61 /drivers/net/sfc/falcon.c
parentsfc: Work around unreliable legacy interrupt status (diff)
downloadkernel-qcow2-linux-28c4605826ab24d04102231fc1f3e8577bec376d.tar.gz
kernel-qcow2-linux-28c4605826ab24d04102231fc1f3e8577bec376d.tar.xz
kernel-qcow2-linux-28c4605826ab24d04102231fc1f3e8577bec376d.zip
sfc: Remove unused private PCI register definitions
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc/falcon.c')
-rw-r--r--drivers/net/sfc/falcon.c7
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");
/* Dummy SRAM size code */
#define SRM_NB_BSZ_ONCHIP_ONLY (-1)
-/* Be nice if these (or equiv.) were in linux/pci_regs.h, but they're not. */
-#define PCI_EXP_DEVCAP_PWR_VAL_LBN 18
-#define PCI_EXP_DEVCAP_PWR_SCL_LBN 26
-#define PCI_EXP_DEVCTL_PAYLOAD_LBN 5
-#define PCI_EXP_LNKSTA_LNK_WID 0x3f0
-#define PCI_EXP_LNKSTA_LNK_WID_LBN 4
-
#define FALCON_IS_DUAL_FUNC(efx) \
(falcon_rev(efx) < FALCON_REV_B0)