Commit 6a7d8a41 authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman
Browse files

staging: unisys: remove uislib module from staging tree



This module is being removed completely, because it contained wrapper functions
and utility functions that were used in virtpci and virthba. Since these two
drivers are being rewritten to not use these wrappers and utilities, uislib
needs to go.

Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Reviewed-by: default avatarDon Zickus <dzickus@redhat.com>
Reviewed-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 280b5a43
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -12,6 +12,5 @@ if UNISYSSPAR
source "drivers/staging/unisys/visorutil/Kconfig"
source "drivers/staging/unisys/visorchannel/Kconfig"
source "drivers/staging/unisys/visorchipset/Kconfig"
source "drivers/staging/unisys/uislib/Kconfig"

endif # UNISYSSPAR
+0 −1
Original line number Diff line number Diff line
@@ -4,4 +4,3 @@
obj-$(CONFIG_UNISYS_VISORUTIL)		+= visorutil/
obj-$(CONFIG_UNISYS_VISORCHANNEL)	+= visorchannel/
obj-$(CONFIG_UNISYS_VISORCHIPSET)	+= visorchipset/
obj-$(CONFIG_UNISYS_UISLIB)		+= uislib/
+0 −10
Original line number Diff line number Diff line
#
# Unisys uislib configuration
#

config UNISYS_UISLIB
	tristate "Unisys uislib driver"
	select UNISYS_VISORCHIPSET
	---help---
	If you say Y here, you will enable the Unisys uislib driver.
+0 −12
Original line number Diff line number Diff line
#
# Makefile for Unisys uislib
#

obj-$(CONFIG_UNISYS_UISLIB)	+= visoruislib.o

visoruislib-y := uislib.o uisqueue.o  uisthread.o  uisutils.o

ccflags-y += -Idrivers/staging/unisys/include
ccflags-y += -Idrivers/staging/unisys/visorchipset
ccflags-y += -Idrivers/staging/unisys/common-spar/include
ccflags-y += -Idrivers/staging/unisys/common-spar/include/channels
+0 −1372

File deleted.

Preview size limit exceeded, changes collapsed.

Loading