summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Binder <david.binder@unisys.com>2017-02-02 01:38:54 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-02 15:10:48 +0300
commit0c773962cfa605897c35dd20b910cdcba55f8a3c (patch)
tree87b358255c3742e7e7f66d43c67e2acf95a8e529
parenta8e39c57c1f7782c12c9ccec83d823f05e06e1b9 (diff)
downloadlinux-0c773962cfa605897c35dd20b910cdcba55f8a3c.tar.xz
staging: unisys: visorbus: Remove unused struct in visorchannel.c
Removes struct safe_uis_queue, which is within struct visorchannel. The struct is not used anywhere in the s-Par drivers. Signed-off-by: David Binder <david.binder@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/unisys/visorbus/visorchannel.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/unisys/visorbus/visorchannel.c b/drivers/staging/unisys/visorbus/visorchannel.c
index f51a7258bef0..e91febcc6c1e 100644
--- a/drivers/staging/unisys/visorbus/visorchannel.c
+++ b/drivers/staging/unisys/visorbus/visorchannel.c
@@ -45,12 +45,6 @@ struct visorchannel {
spinlock_t insert_lock; /* protect head writes in chan_hdr */
spinlock_t remove_lock; /* protect tail writes in chan_hdr */
- struct {
- struct signal_queue_header req_queue;
- struct signal_queue_header rsp_queue;
- struct signal_queue_header event_queue;
- struct signal_queue_header ack_queue;
- } safe_uis_queue;
uuid_le type;
uuid_le inst;
};