Commit 3d3fb181 authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman
Browse files

staging: unisys: remove virthba driver for rewrite



The virthba driver is being rewritten and will be renamed to visorhba, so delete
the old driver from the source 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 1d4c1afa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -14,6 +14,5 @@ source "drivers/staging/unisys/visorchannel/Kconfig"
source "drivers/staging/unisys/visorchipset/Kconfig"
source "drivers/staging/unisys/uislib/Kconfig"
source "drivers/staging/unisys/virtpci/Kconfig"
source "drivers/staging/unisys/virthba/Kconfig"

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

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

obj-$(CONFIG_UNISYS_VIRTHBA)	+= virthba.o

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

File deleted.

Preview size limit exceeded, changes collapsed.

Loading