summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/Makefile
diff options
context:
space:
mode:
authorPrarit Bhargava <prarit@redhat.com>2015-05-05 18:36:15 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-08 15:26:01 +0200
commitc79b28f7332e54903f6c81ff1157cbd3bf761a17 (patch)
tree6e115d759eb9d11035372ac0d21b504116f24508 /drivers/staging/unisys/Makefile
parent4616881022a1ea98738966a6cbefab0ea1c085a9 (diff)
downloadop-kernel-dev-c79b28f7332e54903f6c81ff1157cbd3bf761a17.zip
op-kernel-dev-c79b28f7332e54903f6c81ff1157cbd3bf761a17.tar.gz
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>
Diffstat (limited to 'drivers/staging/unisys/Makefile')
-rw-r--r--drivers/staging/unisys/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/Makefile b/drivers/staging/unisys/Makefile
index b14a477..e0c893a 100644
--- a/drivers/staging/unisys/Makefile
+++ b/drivers/staging/unisys/Makefile
@@ -2,5 +2,4 @@
# Makefile for Unisys SPAR drivers
#
obj-$(CONFIG_UNISYS_VISORUTIL) += visorutil/
-obj-$(CONFIG_UNISYS_VISORCHIPSET) += visorchipset/
obj-$(CONFIG_UNISYS_VISORBUS) += visorbus/
OpenPOWER on IntegriCloud