diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-13 20:32:50 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-26 18:01:15 +0200 |
commit | a8fb5f3d582d3b4997d9449ceb82a0223d169486 (patch) | |
tree | aafa9ae9904fd17a64518e3d605c372b166ddfb3 /include | |
parent | hv: use dev_groups for device attributes (diff) | |
download | linux-a8fb5f3d582d3b4997d9449ceb82a0223d169486.tar.xz linux-a8fb5f3d582d3b4997d9449ceb82a0223d169486.zip |
hv: move "state" 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')
-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 45e9b65e6ab6..b350a8cfcff6 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h @@ -900,7 +900,6 @@ enum vmbus_channel_state { }; struct vmbus_channel_debug_info { - enum vmbus_channel_state state; uuid_le interfacetype; uuid_le interface_instance; u32 monitorid; |