aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hyperv.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-09-13 14:32:51 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-09-26 12:01:15 -0400
commit5ffd00e241ea30fdd907d56419170a1e1338664c (patch)
treedc04e4dd6f3eefdfeaf8dd351341a46f28635359 /include/linux/hyperv.h
parenta8fb5f3d582d3b4997d9449ceb82a0223d169486 (diff)
hv: move "monitor_id" bus attribute to dev_groups
This moves the "state" bus attribute 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index b350a8cfcff6..888a8e533d61 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -902,7 +902,6 @@ enum vmbus_channel_state {
902struct vmbus_channel_debug_info { 902struct vmbus_channel_debug_info {
903 uuid_le interfacetype; 903 uuid_le interfacetype;
904 uuid_le interface_instance; 904 uuid_le interface_instance;
905 u32 monitorid;
906 u32 servermonitor_pending; 905 u32 servermonitor_pending;
907 u32 servermonitor_latency; 906 u32 servermonitor_latency;
908 u32 servermonitor_connectionid; 907 u32 servermonitor_connectionid;