diff options
author | KY Srinivasan <kys@microsoft.com> | 2015-12-02 03:43:18 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-12-03 07:43:25 +0300 |
commit | 10082f98878a9dff1563745f9f1dd9d1ff142700 (patch) | |
tree | 455583e37ed187f1ece71f1f220545106ac92acc /drivers/net/hyperv/hyperv_net.h | |
parent | bde79be529c43b5a5a877b3e0b93607d22a8b01e (diff) | |
download | linux-10082f98878a9dff1563745f9f1dd9d1ff142700.tar.xz |
hv_netvsc: Eliminate status from struct hv_netvsc_packet
Eliminate status 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 22ef86828bd0..c4397f1ed43b 100644 --- a/drivers/net/hyperv/hyperv_net.h +++ b/drivers/net/hyperv/hyperv_net.h @@ -130,7 +130,6 @@ struct ndis_tcp_ip_checksum_info; */ struct hv_netvsc_packet { /* Bookkeeping stuff */ - u8 status; u8 cp_partial; /* partial copy into send buffer */ u8 rmsg_size; /* RNDIS header and PPI size */ |