Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 240f7ec1 authored by Alexander Curtin's avatar Alexander Curtin Committed by Greg Kroah-Hartman
Browse files

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: 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 378d638a
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -149,7 +149,6 @@ struct visor_device {
	u32 chipset_bus_no;
	u32 chipset_bus_no;
	u32 chipset_dev_no;
	u32 chipset_dev_no;
	struct visorchipset_state state;
	struct visorchipset_state state;
	uuid_le type;
	uuid_le inst;
	uuid_le inst;
	u8 *name;
	u8 *name;
	struct controlvm_message_header *pending_msg_hdr;
	struct controlvm_message_header *pending_msg_hdr;