diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2013-01-15 08:28:27 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-01-16 20:40:49 +0100 |
commit | 69b9a712661cbd43bc9c20575c947ddb34314ac9 (patch) | |
tree | 034aa615f411b5a5f179955610d9f340a83c171c /drivers/net/vmxnet3/vmxnet3_int.h | |
parent | vmxnet3: use netdev_alloc_skb_ip_align (diff) | |
download | linux-69b9a712661cbd43bc9c20575c947ddb34314ac9.tar.xz linux-69b9a712661cbd43bc9c20575c947ddb34314ac9.zip |
vmxnet3: remove unnecessary bookkeeping
The uncommitted[] array was set but never used except in a debug
message. Remove it.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vmxnet3/vmxnet3_int.h')
-rw-r--r-- | drivers/net/vmxnet3/vmxnet3_int.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/vmxnet3/vmxnet3_int.h b/drivers/net/vmxnet3/vmxnet3_int.h index fc46a81ad538..55465ed5835b 100644 --- a/drivers/net/vmxnet3/vmxnet3_int.h +++ b/drivers/net/vmxnet3/vmxnet3_int.h @@ -276,8 +276,6 @@ struct vmxnet3_rx_queue { struct vmxnet3_rx_ctx rx_ctx; u32 qid; /* rqID in RCD for buffer from 1st ring */ u32 qid2; /* rqID in RCD for buffer from 2nd ring */ - u32 uncommitted[2]; /* # of buffers allocated since last RXPROD - * update */ struct vmxnet3_rx_buf_info *buf_info[2]; struct Vmxnet3_RxQueueCtrl *shared; struct vmxnet3_rq_driver_stats stats; |