aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mv643xx_eth.c
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2008-05-31 19:24:23 -0400
committerLennert Buytenhek <buytenh@wantstofly.org>2008-06-12 02:40:26 -0400
commitd08911c4d760d71d1331e4f43b9d805ce6920823 (patch)
treeef9501ea96e4be1b699b794808ae5f3dce0a587d /drivers/net/mv643xx_eth.c
parent5a5ba930bf3b3b5e2bfce3be301c34059dc91626 (diff)
mv643xx_eth: remove unused DESC_SIZE define
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Acked-by: Dale Farnsworth <dale@farnsworth.org>
Diffstat (limited to 'drivers/net/mv643xx_eth.c')
-rw-r--r--drivers/net/mv643xx_eth.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c
index a54fb3968f45..8a9ee8e46a1a 100644
--- a/drivers/net/mv643xx_eth.c
+++ b/drivers/net/mv643xx_eth.c
@@ -162,8 +162,6 @@ static char mv643xx_driver_version[] = "1.0";
162#define PORT_DEFAULT_TRANSMIT_QUEUE_SIZE 800 162#define PORT_DEFAULT_TRANSMIT_QUEUE_SIZE 800
163#define PORT_DEFAULT_RECEIVE_QUEUE_SIZE 400 163#define PORT_DEFAULT_RECEIVE_QUEUE_SIZE 400
164 164
165#define DESC_SIZE 64
166
167#define ETH_RX_QUEUES_ENABLED (1 << 0) /* use only Q0 for receive */ 165#define ETH_RX_QUEUES_ENABLED (1 << 0) /* use only Q0 for receive */
168#define ETH_TX_QUEUES_ENABLED (1 << 0) /* use only Q0 for transmit */ 166#define ETH_TX_QUEUES_ENABLED (1 << 0) /* use only Q0 for transmit */
169 167