From: Alexander Curtin Date: Wed, 30 Mar 2016 14:41:42 +0000 (-0400) Subject: staging: unisys: removed unused switch/port info from visorbus.h X-Git-Tag: v4.14-rc1~3181^2~490 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0fcb63586a57560de28c333127bb0e36c01c70c;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: David Kershner Signed-off-by: Greg Kroah-Hartman --- 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; };