From: David Binder Date: Wed, 1 Feb 2017 22:38:54 +0000 (-0500) Subject: staging: unisys: visorbus: Remove unused struct in visorchannel.c X-Git-Tag: v4.11-rc1~116^2~213 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0c773962cfa605897c35dd20b910cdcba55f8a3c;p=karo-tx-linux.git 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 Signed-off-by: David Kershner Signed-off-by: Greg Kroah-Hartman --- 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; };