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)
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

Simple merge
Simple merge
diff --cc drivers/staging/unisys/channels/Kconfig
Simple merge
diff --cc drivers/staging/unisys/channels/Makefile
Simple merge
diff --cc drivers/staging/unisys/channels/channel.c
Simple merge
diff --cc drivers/staging/unisys/channels/chanstub.c
Simple merge
diff --cc drivers/staging/unisys/channels/chanstub.h
Simple merge
Simple merge