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:44 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-30 18:28:32 -0700
commit240f7ec1f49aef8fe28d13ad52ced6c28ccc8f02 (patch)
tree07557093f91da52b4da0d1c5d987cd45af7cfa7a /drivers/staging/unisys/include/visorbus.h
parent378d638a89b67bf2bb2de34786f3a27b41203357 (diff)
downloadlinux-240f7ec1f49aef8fe28d13ad52ced6c28ccc8f02.tar.bz2
staging: unisys: removed unused visor_device.type field
The visor_device.type field was included when preparing to remove the device_info struct. However, it's not used at all, and was already redundant by the existence of the 'visor_device.channel_type_guid' field. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/include/visorbus.h b/drivers/staging/unisys/include/visorbus.h
index f7e753f2ba6c..729ca7e51d17 100644
--- a/drivers/staging/unisys/include/visorbus.h
+++ b/drivers/staging/unisys/include/visorbus.h
@@ -149,7 +149,6 @@ struct visor_device {
u32 chipset_bus_no;
u32 chipset_dev_no;
struct visorchipset_state state;
- uuid_le type;
uuid_le inst;
u8 *name;
struct controlvm_message_header *pending_msg_hdr;