summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/hyperv_net.h
diff options
context:
space:
mode:
authorKY Srinivasan <kys@microsoft.com>2015-12-01 16:43:16 -0800
committerDavid S. Miller <davem@davemloft.net>2015-12-02 23:43:25 -0500
commita429bda374a640b05a8f949fed080af7512be49a (patch)
tree9952c7a3a06f42074ed0ccf6f73318034443d3a1 /drivers/net/hyperv/hyperv_net.h
parent694a9fb0263dddfb07bc490a02e59d6962602fe8 (diff)
downloadlinux-a429bda374a640b05a8f949fed080af7512be49a.tar.bz2
hv_netvsc: Eliminate completion_func from struct hv_netvsc_packet
Eliminate completion_func from struct hv_netvsc_packet. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hyperv/hyperv_net.h')
-rw-r--r--drivers/net/hyperv/hyperv_net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h
index 2f69e31bc07d..a613e723d8f7 100644
--- a/drivers/net/hyperv/hyperv_net.h
+++ b/drivers/net/hyperv/hyperv_net.h
@@ -137,7 +137,6 @@ struct hv_netvsc_packet {
u8 rmsg_size; /* RNDIS header and PPI size */
u8 rmsg_pgcnt; /* page count of RNDIS header and PPI */
u8 page_buf_cnt;
- u8 completion_func;
u16 vlan_tci;
u16 q_idx;