aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Curtin <[email protected]>2016-03-30 10:41:43 -0400
committerGreg Kroah-Hartman <[email protected]>2016-03-30 18:28:32 -0700
commit378d638a89b67bf2bb2de34786f3a27b41203357 (patch)
treee0c251cd8950bfa7069eb9b90c6f65c97decea31
parenta0fcb63586a57560de28c333127bb0e36c01c70c (diff)
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 <[email protected]> Signed-off-by: David Kershner <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-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 25ffdc03f020..f7e753f2ba6c 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;