Commit 280b5a43 authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman
Browse files

staging: unisys: remove virtpci driver from staging tree



The virtpci driver is being rewritten, so remove the driver from the staging
tree.

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 3d3fb181
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -13,6 +13,5 @@ source "drivers/staging/unisys/visorutil/Kconfig"
source "drivers/staging/unisys/visorchannel/Kconfig"
source "drivers/staging/unisys/visorchipset/Kconfig"
source "drivers/staging/unisys/uislib/Kconfig"
source "drivers/staging/unisys/virtpci/Kconfig"

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

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

obj-$(CONFIG_UNISYS_VIRTPCI)	+= virtpci.o

ccflags-y += -Idrivers/staging/unisys/include
ccflags-y += -Idrivers/staging/unisys/uislib
ccflags-y += -Idrivers/staging/unisys/common-spar/include
ccflags-y += -Idrivers/staging/unisys/common-spar/include/channels
+0 −1394

File deleted.

Preview size limit exceeded, changes collapsed.

Loading