]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: unisys: visorbus: Remove unused struct in visorchannel.c
authorDavid Binder <david.binder@unisys.com>
Wed, 1 Feb 2017 22:38:54 +0000 (17:38 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Feb 2017 12:10:48 +0000 (13:10 +0100)
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>
drivers/staging/unisys/visorbus/visorchannel.c

index f51a7258bef07bcc8898afff28c37fc050b5dc77..e91febcc6c1efee6382ead8415b3636df0282b81 100644 (file)
@@ -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;
 };