projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a5ba93
)
mv643xx_eth: remove unused DESC_SIZE define
author
Lennert Buytenhek
<buytenh@wantstofly.org>
Sat, 31 May 2008 23:24:23 +0000
(
01:24
+0200)
committer
Lennert Buytenhek
<buytenh@wantstofly.org>
Thu, 12 Jun 2008 06:40:26 +0000
(08:40 +0200)
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Dale Farnsworth <dale@farnsworth.org>
drivers/net/mv643xx_eth.c
patch
|
blob
|
history
diff --git
a/drivers/net/mv643xx_eth.c
b/drivers/net/mv643xx_eth.c
index a54fb3968f45d626e72ca39a8cf2d10dca026a42..8a9ee8e46a1a22e66929b0380eed761628d7ba68 100644
(file)
--- a/
drivers/net/mv643xx_eth.c
+++ b/
drivers/net/mv643xx_eth.c
@@
-162,8
+162,6
@@
static char mv643xx_driver_version[] = "1.0";
#define PORT_DEFAULT_TRANSMIT_QUEUE_SIZE 800
#define PORT_DEFAULT_RECEIVE_QUEUE_SIZE 400
-#define DESC_SIZE 64
-
#define ETH_RX_QUEUES_ENABLED (1 << 0) /* use only Q0 for receive */
#define ETH_TX_QUEUES_ENABLED (1 << 0) /* use only Q0 for transmit */