aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hyperv.h
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2017-06-25 12:30:25 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-07-17 17:16:05 +0200
commit95c40f41cfaf34e1c07812e93aa4b3263f9953f3 (patch)
treef8d36821391269c02e4095bd317784568fdafe1d /include/linux/hyperv.h
parentvmbus: simplify hv_ringbuffer_read (diff)
downloadlinux-dev-95c40f41cfaf34e1c07812e93aa4b3263f9953f3.tar.xz
linux-dev-95c40f41cfaf34e1c07812e93aa4b3263f9953f3.zip
vmbus: drop unused ring_buffer_info elements
The elements ring_data_start_offset and priv_write_index are not used. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r--include/linux/hyperv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index b7d7bbec74e0..5e5f966bf37f 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -124,8 +124,6 @@ struct hv_ring_buffer_info {
spinlock_t ring_lock;
u32 ring_datasize; /* < ring_size */
- u32 ring_data_startoffset;
- u32 priv_write_index;
u32 priv_read_index;
u32 cached_read_index;
};