]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: unisys: move visorchipset files to visorbus
authorPrarit Bhargava <prarit@redhat.com>
Tue, 5 May 2015 22:36:15 +0000 (18:36 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 May 2015 13:26:01 +0000 (15:26 +0200)
commitc79b28f7332e54903f6c81ff1157cbd3bf761a17
tree6e115d759eb9d11035372ac0d21b504116f24508
parent4616881022a1ea98738966a6cbefab0ea1c085a9
staging: unisys: move visorchipset files to visorbus

Move visorchipset_main.c and visorchipset.h to visorbus/visorchipset.c and
visorbus/visorbus_private.h.  This leaves an empty visorchipset directory
which can also be destroyed.

As a result of this patch the visorchipset init code now calls the
visorbus_init() directly.  Similarily the visorchipset exit code now
cleans up by calling visorbus_exit().

No other functional changes were made.

Signed-off-by: Prarit Bhargava <prarit@redhat.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/visorbus/Kconfig
drivers/staging/unisys/visorbus/Makefile
drivers/staging/unisys/visorbus/visorbus_main.c
drivers/staging/unisys/visorbus/visorbus_private.h [moved from drivers/staging/unisys/visorchipset/visorchipset.h with 98% similarity]
drivers/staging/unisys/visorbus/visorchipset.c [moved from drivers/staging/unisys/visorchipset/visorchipset_main.c with 99% similarity]
drivers/staging/unisys/visorchipset/Kconfig [deleted file]
drivers/staging/unisys/visorchipset/Makefile [deleted file]