From: Alexander Curtin Date: Wed, 30 Mar 2016 14:41:44 +0000 (-0400) Subject: staging: unisys: removed unused visor_device.type field X-Git-Tag: v4.7-rc1~90^2~488 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=240f7ec1f49aef8fe28d13ad52ced6c28ccc8f02;p=platform%2Fkernel%2Flinux-exynos.git 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 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 f7e753f..729ca7e 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;