aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/include
diff options
context:
space:
mode:
authorSepherosa Ziehau <sephe@FreeBSD.org>2016-07-20 05:48:52 +0000
committerSepherosa Ziehau <sephe@FreeBSD.org>2016-07-20 05:48:52 +0000
commitfda1c6ee424b7dbf6c467c8afe6de44f6f89e4e9 (patch)
treec04e3953f26dd7109cfe85d04bc346b4cb46736b /sys/dev/hyperv/include
parentca871fb75cc08bd0f1d1b56eb44843dd9638e577 (diff)
Notes
Diffstat (limited to 'sys/dev/hyperv/include')
-rw-r--r--sys/dev/hyperv/include/hyperv.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/hyperv/include/hyperv.h b/sys/dev/hyperv/include/hyperv.h
index f4fcd42cab6e..8061f189f5c5 100644
--- a/sys/dev/hyperv/include/hyperv.h
+++ b/sys/dev/hyperv/include/hyperv.h
@@ -168,13 +168,6 @@ typedef struct hv_vmbus_channel {
TAILQ_ENTRY(hv_vmbus_channel) ch_sublink; /* sub-channel link */
struct hv_vmbus_channel *ch_prichan; /* owner primary chan */
- /*
- * Driver private data
- */
- void *ch_dev_priv1;
- void *ch_dev_priv2;
- void *ch_dev_priv3;
-
void *ch_bufring; /* TX+RX bufrings */
struct hyperv_dma ch_bufring_dma;
uint32_t ch_bufring_gpadl;