staging: unisys: remove typedef SIGNAL_QUEUE_HEADER
authorBenjamin Romer <benjamin.romer@unisys.com>
Thu, 23 Oct 2014 18:30:03 +0000 (14:30 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Oct 2014 02:33:09 +0000 (10:33 +0800)
commite0fed862c84dbd4b6fce1e6e525767b0a4b95c81
tree0105e82393128f76579e0599ecb660f90a5b0c09
parent0859891848dcbf192afa4a73ee5f8ddd5e6c0e11
staging: unisys: remove typedef SIGNAL_QUEUE_HEADER

Get rid of the typedef for SIGNAL_QUEUE_HEADER and use struct
signal_queue_header directly instead. Fix all references to the typedef
to use the struct.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/channels/channel.c
drivers/staging/unisys/common-spar/include/channels/channel.h
drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
drivers/staging/unisys/common-spar/include/channels/diagchannel.h
drivers/staging/unisys/common-spar/include/channels/iochannel.h
drivers/staging/unisys/include/uisqueue.h
drivers/staging/unisys/virthba/virthba.c
drivers/staging/unisys/visorchannel/visorchannel_funcs.c
This page took 0.025964 seconds and 5 git commands to generate.