staging: unisys: removed unused switch/port info from visorbus.h
authorAlexander Curtin <[email protected]>
Wed, 30 Mar 2016 14:41:42 +0000 (10:41 -0400)
committerGreg Kroah-Hartman <[email protected]>
Thu, 31 Mar 2016 01:28:32 +0000 (18:28 -0700)
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: Alexander Curtin <[email protected]>
Signed-off-by: David Kershner <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/unisys/include/visorbus.h

index 9c47a138e748e40a9134a5eaab97669624c45fec..25ffdc03f020e13ed727cc319a530307ff9b1b6d 100644 (file)
@@ -155,8 +155,6 @@ struct visor_device {
        u8 *description;
        struct controlvm_message_header *pending_msg_hdr;
        void *vbus_hdr_info;
-       u32 switch_no;
-       u32 internal_port_no;
        uuid_le partition_uuid;
 };