aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/include
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2015-12-29 07:54:55 +0000
committerXin LI <delphij@FreeBSD.org>2015-12-29 07:54:55 +0000
commit47f175b846a3a48f0d4e71ea3e4179b2e227c932 (patch)
treeab759d456e61c02a1c743be1bfae984dc702242e /sys/dev/hyperv/include
parentefcc1985adf1ff34c449ec2bd6774d23684a18d3 (diff)
Notes
Diffstat (limited to 'sys/dev/hyperv/include')
-rw-r--r--sys/dev/hyperv/include/hyperv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/hyperv/include/hyperv.h b/sys/dev/hyperv/include/hyperv.h
index 67275036dd54..b5600baf0149 100644
--- a/sys/dev/hyperv/include/hyperv.h
+++ b/sys/dev/hyperv/include/hyperv.h
@@ -759,7 +759,6 @@ typedef struct hv_vmbus_channel {
hv_vmbus_ring_buffer_info inbound;
struct mtx inbound_lock;
- hv_vmbus_handle control_work_queue;
hv_vmbus_pfn_channel_callback on_channel_callback;
void* channel_callback_context;