]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: unisys: visorbus: remove putfile_buffer_entry
authorJon Frisch <jon.frisch@unisys.com>
Fri, 2 Sep 2016 20:41:30 +0000 (16:41 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Sep 2016 11:24:13 +0000 (13:24 +0200)
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>
drivers/staging/unisys/visorbus/visorchipset.c

index 54f90d95df3b89893e8a28080a8fda7334497c32..b653a5bf5eca837708e7a3ca65144546f9b1369f 100644 (file)
@@ -122,15 +122,6 @@ static struct visor_controlvm_payload_info controlvm_payload_info;
 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