Commit a0fcb635 authored by Alexander Curtin's avatar Alexander Curtin Committed by Greg Kroah-Hartman

staging: unisys: removed unused switch/port info from visorbus.h

The fields 'switch_no' and 'internal_port_no' were originally added to the
visor_device struct in preparation of removing the 'device_info' struct
in the now removed 'uislib' library. After the refactoring was complete,
these attributes are not referenced anywhere, and there are no plans to
use them.
Signed-off-by: default avatarAlexander Curtin <alexander.curtin@unisys.com>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9fca8455
...@@ -155,8 +155,6 @@ struct visor_device { ...@@ -155,8 +155,6 @@ struct visor_device {
u8 *description; u8 *description;
struct controlvm_message_header *pending_msg_hdr; struct controlvm_message_header *pending_msg_hdr;
void *vbus_hdr_info; void *vbus_hdr_info;
u32 switch_no;
u32 internal_port_no;
uuid_le partition_uuid; uuid_le partition_uuid;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment