diff options
| author | 2015-12-01 16:43:15 -0800 | |
|---|---|---|
| committer | 2015-12-02 23:43:25 -0500 | |
| commit | 694a9fb0263dddfb07bc490a02e59d6962602fe8 (patch) | |
| tree | 4024599d571c80db45e2abf7a569d2420d4dd7b8 /drivers/net/hyperv/hyperv_net.h | |
| parent | hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet (diff) | |
| download | linux-dev-694a9fb0263dddfb07bc490a02e59d6962602fe8.tar.xz linux-dev-694a9fb0263dddfb07bc490a02e59d6962602fe8.zip | |
hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet
Eliminate is_data_pkt 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 eebfbe5f2f3d..2f69e31bc07d 100644 --- a/drivers/net/hyperv/hyperv_net.h +++ b/drivers/net/hyperv/hyperv_net.h @@ -131,7 +131,6 @@ struct ndis_tcp_ip_checksum_info; struct hv_netvsc_packet { /* Bookkeeping stuff */ u8 status; - u8 is_data_pkt; u8 xmit_more; /* from skb */ u8 cp_partial; /* partial copy into send buffer */ |
