staging: unisys: get rid of channel stub
authorBenjamin Romer <benjamin.romer@unisys.com>
Fri, 5 Dec 2014 22:08:39 +0000 (17:08 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 10 Jan 2015 01:30:19 +0000 (17:30 -0800)
commitde6d15ee0eabf0d092350ae0cbff04dfce3c7217
treee3bc9fbfab045d1e751ed0289d5c0d579a5bf43e
parent31fb74639ded552f97d0216ae0653cddcb9d0919
staging: unisys: get rid of channel stub

The functions in channels/* aren't used in a lot of places. In fact, the
functions in channel.c can be moved to uislib/uisqueue.c, and the rest
of the files in channels can be eliminated.

This patch deletes the channels directory and files, removes it from all
Kconfigs that referenced them, removes the reference in the Makefile,
and moves the functions inside of channels.c to uislib/uisqueue.c.

Signed-off-by: Ken Depro <kenneth.depro@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/Kconfig
drivers/staging/unisys/Makefile
drivers/staging/unisys/channels/Kconfig [deleted file]
drivers/staging/unisys/channels/Makefile [deleted file]
drivers/staging/unisys/channels/channel.c [deleted file]
drivers/staging/unisys/channels/chanstub.c [deleted file]
drivers/staging/unisys/channels/chanstub.h [deleted file]
drivers/staging/unisys/uislib/Kconfig
drivers/staging/unisys/uislib/uislib.c
drivers/staging/unisys/uislib/uisqueue.c
drivers/staging/unisys/virthba/Kconfig