mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
647fa371c4
commit
68234c049c
3 changed files with 15 additions and 10 deletions
|
@ -900,7 +900,6 @@ enum vmbus_channel_state {
|
|||
};
|
||||
|
||||
struct vmbus_channel_debug_info {
|
||||
uuid_le interfacetype;
|
||||
uuid_le interface_instance;
|
||||
u32 servermonitor_pending;
|
||||
u32 servermonitor_latency;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue