diff options
author | KY Srinivasan <kys@microsoft.com> | 2015-12-02 03:43:09 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-12-03 07:43:24 +0300 |
commit | 074c2fe5ef3d09e9a1008d307a22ab5086e22728 (patch) | |
tree | 66a3446ccf144404a8239822791dc3c341444d2a /drivers/net/hyperv/hyperv_net.h | |
parent | 09215ef5dfd5a2c6c169733162091ca7e56a4890 (diff) | |
download | linux-074c2fe5ef3d09e9a1008d307a22ab5086e22728.tar.xz |
hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet
Eliminate send_completion_ctx from struct hv_netvsc_packet.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@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 f096f2fd713d..fc6d0c6de741 100644 --- a/drivers/net/hyperv/hyperv_net.h +++ b/drivers/net/hyperv/hyperv_net.h @@ -146,7 +146,6 @@ struct hv_netvsc_packet { u64 send_completion_tid; - void *send_completion_ctx; struct hv_page_buffer *page_buf; }; |