diff options
author | KY Srinivasan <kys@microsoft.com> | 2015-12-02 01:43:16 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-12-03 05:43:25 +0100 |
commit | a429bda374a640b05a8f949fed080af7512be49a (patch) | |
tree | 9952c7a3a06f42074ed0ccf6f73318034443d3a1 /drivers/net/hyperv/hyperv_net.h | |
parent | hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet (diff) | |
download | linux-a429bda374a640b05a8f949fed080af7512be49a.tar.xz linux-a429bda374a640b05a8f949fed080af7512be49a.zip |
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.h | 1 |
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; |