summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/include/visorbus.h
diff options
context:
space:
mode:
authorAlexander Curtin <alexander.curtin@unisys.com>2016-03-30 10:41:42 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-30 18:28:32 -0700
commita0fcb63586a57560de28c333127bb0e36c01c70c (patch)
tree7be566c33a1483da419d809718e56e527d852720 /drivers/staging/unisys/include/visorbus.h
parent9fca845577c07e7bbd659625e03dfda8ebda4b91 (diff)
downloadop-kernel-dev-a0fcb63586a57560de28c333127bb0e36c01c70c.zip
op-kernel-dev-a0fcb63586a57560de28c333127bb0e36c01c70c.tar.gz
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: Alexander Curtin <alexander.curtin@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/include/visorbus.h')
-rw-r--r--drivers/staging/unisys/include/visorbus.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/unisys/include/visorbus.h b/drivers/staging/unisys/include/visorbus.h
index 9c47a13..25ffdc0 100644
--- a/drivers/staging/unisys/include/visorbus.h
+++ b/drivers/staging/unisys/include/visorbus.h
@@ -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;
};
OpenPOWER on IntegriCloud