mirror of https://gitee.com/openkylin/linux.git
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: Benjamin Romer <benjamin.romer@unisys.com> Reviewed-by: Don Zickus <dzickus@redhat.com> Reviewed-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1d4c1afac4
commit
3d3fb18130
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
#
|
||||
# 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.
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
#
|
||||
# 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
|
File diff suppressed because it is too large
Load Diff
|
@ -1,27 +0,0 @@
|
|||
/* virthba.h
|
||||
*
|
||||
* Copyright (C) 2010 - 2013 UNISYS CORPORATION
|
||||
* All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or (at
|
||||
* your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but
|
||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
|
||||
* NON INFRINGEMENT. See the GNU General Public License for more
|
||||
* details.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Unisys Virtual HBA driver header
|
||||
*/
|
||||
|
||||
#ifndef __VIRTHBA_H__
|
||||
#define __VIRTHBA_H__
|
||||
|
||||
#define VIRTHBA_VERSION "01.00"
|
||||
|
||||
#endif /* __VIRTHBA_H__ */
|
Loading…
Reference in New Issue