diff options
| author | Vincenzo Maffione <v.maffione@gmail.com> | 2015-01-10 04:20:25 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2015-01-12 16:44:27 -0500 |
| commit | dd2e8bf586a69b824e50d50a5bbc16ed38f50986 (patch) | |
| tree | 512e6f08fae16ad32748ceec7f7122c36832d723 | |
| parent | 5ec82c1e4c86cf2fa115a2ae6d3576a100b47c42 (diff) | |
drivers: net: xen-netfront: remove residual dead code
This patch removes some unused arrays from the netfront private
data structures. These arrays were used in "flip" receive mode.
Signed-off-by: Vincenzo Maffione <v.maffione@gmail.com>
Reviewed-by: David Vrabel <david.vrabel@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | drivers/net/xen-netfront.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c index 22bcb4e12e2a..a4e50482a230 100644 --- a/drivers/net/xen-netfront.c +++ b/drivers/net/xen-netfront.c | |||
| @@ -144,10 +144,6 @@ struct netfront_queue { | |||
| 144 | struct sk_buff *rx_skbs[NET_RX_RING_SIZE]; | 144 | struct sk_buff *rx_skbs[NET_RX_RING_SIZE]; |
| 145 | grant_ref_t gref_rx_head; | 145 | grant_ref_t gref_rx_head; |
| 146 | grant_ref_t grant_rx_ref[NET_RX_RING_SIZE]; | 146 | grant_ref_t grant_rx_ref[NET_RX_RING_SIZE]; |
| 147 | |||
| 148 | unsigned long rx_pfn_array[NET_RX_RING_SIZE]; | ||
| 149 | struct multicall_entry rx_mcl[NET_RX_RING_SIZE+1]; | ||
| 150 | struct mmu_update rx_mmu[NET_RX_RING_SIZE]; | ||
| 151 | }; | 147 | }; |
| 152 | 148 | ||
| 153 | struct netfront_info { | 149 | struct netfront_info { |
