diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-13 14:32:58 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-26 12:01:17 -0400 |
commit | 4947c7453b184bc33a0056cf95af61c3cad11ef6 (patch) | |
tree | 3a83a2c0f705b5f202f32b5257fc24b38797695c /include/linux/hyperv.h | |
parent | 1cee272b0249c5007391da6cf42903b8f30dbc5a (diff) |
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.h | 3 |
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 { | |||
900 | }; | 900 | }; |
901 | 901 | ||
902 | struct vmbus_channel_debug_info { | 902 | struct vmbus_channel_debug_info { |
903 | u32 servermonitor_connectionid; | ||
904 | u32 clientmonitor_connectionid; | ||
905 | |||
906 | struct hv_ring_buffer_debug_info inbound; | 903 | struct hv_ring_buffer_debug_info inbound; |
907 | struct hv_ring_buffer_debug_info outbound; | 904 | struct hv_ring_buffer_debug_info outbound; |
908 | }; | 905 | }; |