aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hyperv.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-09-13 11:32:58 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-09-26 09:01:17 -0700
commit4947c7453b184bc33a0056cf95af61c3cad11ef6 (patch)
tree3a83a2c0f705b5f202f32b5257fc24b38797695c /include/linux/hyperv.h
parenthv: move "client/server_monitor_latency" bus attributes to dev_groups (diff)
downloadlinux-dev-4947c7453b184bc33a0056cf95af61c3cad11ef6.tar.xz
linux-dev-4947c7453b184bc33a0056cf95af61c3cad11ef6.zip
hv: move "client/server_monitor_conn_id" bus attributes to dev_groups
This moves the "client_monitor_conn_id" and "server_monitor_conn_id" bus attributes to the dev_groups structure, removing the need for it to be in a temporary structure. Tested-by: "K. Y. Srinivasan" <kys@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r--include/linux/hyperv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index ec1e5033bb99..332e80ce9b8a 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -900,9 +900,6 @@ enum vmbus_channel_state {
};
struct vmbus_channel_debug_info {
- u32 servermonitor_connectionid;
- u32 clientmonitor_connectionid;
-
struct hv_ring_buffer_debug_info inbound;
struct hv_ring_buffer_debug_info outbound;
};