mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 09:51:21 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a8e39c57c1
commit
0c773962cf
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user