summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Frisch <jon.frisch@unisys.com>2016-09-02 16:41:29 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-12 13:24:13 +0200
commitd5bc757c1f6606c03e14d093c3a96e9e7f2f413f (patch)
treebd8fe6ff53487ac5618edd580ba37da861a283dc
parent1bda5a2b0acc4f99b602f612c24da777a989c095 (diff)
downloadop-kernel-dev-d5bc757c1f6606c03e14d093c3a96e9e7f2f413f.zip
op-kernel-dev-d5bc757c1f6606c03e14d093c3a96e9e7f2f413f.tar.gz
staging: unisys: visorbus: remove unused lists
This patch removes the following lists that were never used: LIST_HEAD(bus_info_list) LIST_HEAD(dev_info_list) LIST_HEAD(putfile_request_list) 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.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c
index 52f79c7..54f90d9 100644
--- a/drivers/staging/unisys/visorbus/visorchipset.c
+++ b/drivers/staging/unisys/visorbus/visorchipset.c
@@ -99,9 +99,6 @@ static struct delayed_work periodic_controlvm_work;
static struct cdev file_cdev;
static struct visorchannel **file_controlvm_channel;
-static LIST_HEAD(bus_info_list);
-static LIST_HEAD(dev_info_list);
-
static struct visorchannel *controlvm_channel;
/* Manages the request payload in the controlvm channel */
@@ -135,13 +132,6 @@ struct putfile_buffer_entry {
};
/*
- * List of struct putfile_request *, via next_putfile_request member.
- * Each entry in this list identifies an outstanding TRANSMIT_FILE
- * conversation.
- */
-static LIST_HEAD(putfile_request_list);
-
-/*
* 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