summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Frisch <jon.frisch@unisys.com>2016-09-02 16:41:30 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-12 13:24:13 +0200
commit1e5bcbe67aee51e72e3a0411351d783185c8229b (patch)
treebad2f56856647a9f527300a11a669afe19e8ae52
parentd5bc757c1f6606c03e14d093c3a96e9e7f2f413f (diff)
downloadop-kernel-dev-1e5bcbe67aee51e72e3a0411351d783185c8229b.zip
op-kernel-dev-1e5bcbe67aee51e72e3a0411351d783185c8229b.tar.gz
staging: unisys: visorbus: remove putfile_buffer_entry
This patch removes the unused struct putfile_buffer_entry. Signed-off-by: Jon Frisch <jon.frisch@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/unisys/visorbus/visorchipset.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c
index 54f90d9..b653a5b 100644
--- a/drivers/staging/unisys/visorbus/visorchipset.c
+++ b/drivers/staging/unisys/visorbus/visorchipset.c
@@ -123,15 +123,6 @@ static struct controlvm_message controlvm_pending_msg;
static bool controlvm_pending_msg_valid;
/*
- * This identifies a data buffer that has been received via a controlvm messages
- * in a remote --> local CONTROLVM_TRANSMIT_FILE conversation.
- */
-struct putfile_buffer_entry {
- struct list_head next; /* putfile_buffer_entry list */
- struct parser_context *parser_ctx; /* points to input data buffer */
-};
-
-/*
* This describes a buffer and its current state of transfer (e.g., how many
* bytes have already been supplied as putfile data, and how many bytes are
* remaining) for a putfile_request.
OpenPOWER on IntegriCloud