aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sfc')
-rw-r--r--drivers/net/sfc/falcon.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/sfc/falcon.c b/drivers/net/sfc/falcon.c
index 140087f8309..2c0be6ccc62 100644
--- a/drivers/net/sfc/falcon.c
+++ b/drivers/net/sfc/falcon.c
@@ -109,9 +109,6 @@ MODULE_PARM_DESC(rx_xon_thresh_bytes, "RX fifo XON threshold");
109/* Size and alignment of special buffers (4KB) */ 109/* Size and alignment of special buffers (4KB) */
110#define FALCON_BUF_SIZE 4096 110#define FALCON_BUF_SIZE 4096
111 111
112/* Dummy SRAM size code */
113#define SRM_NB_BSZ_ONCHIP_ONLY (-1)
114
115#define FALCON_IS_DUAL_FUNC(efx) \ 112#define FALCON_IS_DUAL_FUNC(efx) \
116 (falcon_rev(efx) < FALCON_REV_B0) 113 (falcon_rev(efx) < FALCON_REV_B0)
117 114