summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorErik Arfvidson <erik.arfvidson@unisys.com>2016-05-06 13:11:17 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-05-09 14:15:18 +0200
commit456743c357895678431c91c7305d8abaabc92781 (patch)
tree1eb011a7796506af2cd697d2d57b7b050d1d6c7c /drivers/staging
parent80bee2617ac0c39925023b78a883f154c2b1f86b (diff)
downloadlinux-stable-456743c357895678431c91c7305d8abaabc92781.tar.gz
linux-stable-456743c357895678431c91c7305d8abaabc92781.tar.bz2
linux-stable-456743c357895678431c91c7305d8abaabc92781.zip
staging: unisys: remove unused struct members
The following struct members were never used: putfile_active_buffer::pnext putfile_request::file_request_number putfile_request::data_sequence_number Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: Luis de Bethencourt <luisbg@osg.samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/unisys/visorbus/visorchipset.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c
index 7522559df3e4..f0bbf52f899d 100644
--- a/drivers/staging/unisys/visorbus/visorchipset.c
+++ b/drivers/staging/unisys/visorbus/visorchipset.c
@@ -151,8 +151,6 @@ struct putfile_active_buffer {
/* a payload from a controlvm message, containing a file data buffer */
struct parser_context *parser_ctx;
/* points within data area of parser_ctx to next byte of data */
- u8 *pnext;
- /* # bytes left from <pnext> to the end of this data buffer */
size_t bytes_remaining;
};
@@ -166,14 +164,10 @@ struct putfile_request {
/* header from original TransmitFile request */
struct controlvm_message_header controlvm_header;
- u64 file_request_number; /* from original TransmitFile request */
/* link to next struct putfile_request */
struct list_head next_putfile_request;
- /* most-recent sequence number supplied via a controlvm message */
- u64 data_sequence_number;
-
/* head of putfile_buffer_entry list, which describes the data to be
* supplied as putfile data;
* - this list is added to when controlvm messages come in that supply