diff options
Diffstat (limited to 'drivers/net/via-velocity.h')
-rw-r--r-- | drivers/net/via-velocity.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/via-velocity.h b/drivers/net/via-velocity.h index 7387be4f428d..86446147284c 100644 --- a/drivers/net/via-velocity.h +++ b/drivers/net/via-velocity.h | |||
@@ -236,10 +236,8 @@ struct velocity_rd_info { | |||
236 | 236 | ||
237 | struct velocity_td_info { | 237 | struct velocity_td_info { |
238 | struct sk_buff *skb; | 238 | struct sk_buff *skb; |
239 | u8 *buf; | ||
240 | int nskb_dma; | 239 | int nskb_dma; |
241 | dma_addr_t skb_dma[7]; | 240 | dma_addr_t skb_dma[7]; |
242 | dma_addr_t buf_dma; | ||
243 | }; | 241 | }; |
244 | 242 | ||
245 | enum velocity_owner { | 243 | enum velocity_owner { |
@@ -1506,9 +1504,6 @@ struct velocity_info { | |||
1506 | dma_addr_t rd_pool_dma; | 1504 | dma_addr_t rd_pool_dma; |
1507 | dma_addr_t td_pool_dma[TX_QUEUE_NO]; | 1505 | dma_addr_t td_pool_dma[TX_QUEUE_NO]; |
1508 | 1506 | ||
1509 | dma_addr_t tx_bufs_dma; | ||
1510 | u8 *tx_bufs; | ||
1511 | |||
1512 | struct vlan_group *vlgrp; | 1507 | struct vlan_group *vlgrp; |
1513 | u8 ip_addr[4]; | 1508 | u8 ip_addr[4]; |
1514 | enum chip_type chip_id; | 1509 | enum chip_type chip_id; |