From: Alexander Curtin Date: Wed, 30 Mar 2016 14:41:43 +0000 (-0400) Subject: staging: unisys: include: removed unused 'visor_device.description' X-Git-Tag: v4.7-rc1~90^2~489 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=378d638a89b67bf2bb2de34786f3a27b41203357;p=platform%2Fkernel%2Flinux-exynos.git staging: unisys: include: removed unused 'visor_device.description' The 'description' variable in visor_device was added in preparation for removing the 'device_info' struct when the uislib files were removed. That attribute is never accessed nor set, and the 'name' attribute provides enough information to correctly identify the driver, it is not needed. 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 25ffdc0..f7e753f 100644 --- a/drivers/staging/unisys/include/visorbus.h +++ b/drivers/staging/unisys/include/visorbus.h @@ -152,7 +152,6 @@ struct visor_device { uuid_le type; uuid_le inst; u8 *name; - u8 *description; struct controlvm_message_header *pending_msg_hdr; void *vbus_hdr_info; uuid_le partition_uuid;