ethernet/atl1c: remove left over dead code
authorEric Engestrom <eric.engestrom@imgtec.com>
Mon, 29 Feb 2016 16:40:23 +0000 (16:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Mar 2016 20:00:55 +0000 (15:00 -0500)
Left over from c24588afc536a35c924d014f13b669b20ccf8553
("atl1c: using fixed TXQ configuration for l2cb and l1c")

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/atheros/atl1c/atl1c_main.c

index 8b5988e210d55bcae21f4c6bb8614696cb7b0b64..d0084d4d1a9b718773ca2e6ecae238d285392999 100644 (file)
@@ -65,10 +65,6 @@ static void atl1c_reset_dma_ring(struct atl1c_adapter *adapter);
 static int atl1c_configure(struct atl1c_adapter *adapter);
 static int atl1c_alloc_rx_buffer(struct atl1c_adapter *adapter);
 
-static const u16 atl1c_pay_load_size[] = {
-       128, 256, 512, 1024, 2048, 4096,
-};
-
 
 static const u32 atl1c_default_msg = NETIF_MSG_DRV | NETIF_MSG_PROBE |
        NETIF_MSG_LINK | NETIF_MSG_TIMER | NETIF_MSG_IFDOWN | NETIF_MSG_IFUP;
This page took 0.027496 seconds and 5 git commands to generate.