diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-13 14:32:53 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-26 12:01:16 -0400 |
commit | 68234c049cc1637a8898ebb3743c8587560929b7 (patch) | |
tree | 488b11b559b3b7639cee57cff2fc10fe771650f8 /include/linux/hyperv.h | |
parent | 647fa371c404606f82fb1c043c87807b5df48f2c (diff) |
hv: move "class_id" bus attribute to dev_groups
This moves the "class_id" 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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 888a8e533d61..8ccf6f686272 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h | |||
@@ -900,7 +900,6 @@ enum vmbus_channel_state { | |||
900 | }; | 900 | }; |
901 | 901 | ||
902 | struct vmbus_channel_debug_info { | 902 | struct vmbus_channel_debug_info { |
903 | uuid_le interfacetype; | ||
904 | uuid_le interface_instance; | 903 | uuid_le interface_instance; |
905 | u32 servermonitor_pending; | 904 | u32 servermonitor_pending; |
906 | u32 servermonitor_latency; | 905 | u32 servermonitor_latency; |