From: Ben Hutchings Date: Wed, 25 Nov 2009 16:09:13 +0000 (+0000) Subject: sfc: Remove unused constant X-Git-Tag: v2.6.33-rc1~388^2~191 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=734a350a6ccee59647f064fd49cd6cebc5dda48b;p=platform%2Fkernel%2Flinux-3.10.git sfc: Remove unused constant Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- diff --git a/drivers/net/sfc/falcon.c b/drivers/net/sfc/falcon.c index 140087f8..2c0be6c 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"); /* Size and alignment of special buffers (4KB) */ #define FALCON_BUF_SIZE 4096 -/* Dummy SRAM size code */ -#define SRM_NB_BSZ_ONCHIP_ONLY (-1) - #define FALCON_IS_DUAL_FUNC(efx) \ (falcon_rev(efx) < FALCON_REV_B0)