Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e581d111 authored by Doug Ledford's avatar Doug Ledford
Browse files

staging/rdma: remove deprecated ehca driver



This driver was moved to staging for eventual deletion.  Time
to complete that task.

Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent f5e741b7
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -4177,13 +4177,6 @@ W: http://aeschi.ch.eu.org/efs/
S:	Orphan
F:	fs/efs/

EHCA (IBM GX bus InfiniBand adapter) DRIVER
M:	Hoang-Nam Nguyen <hnguyen@de.ibm.com>
M:	Christoph Raisch <raisch@de.ibm.com>
L:	linux-rdma@vger.kernel.org
S:	Supported
F:	drivers/infiniband/hw/ehca/

EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
M:	Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
L:	netdev@vger.kernel.org
+0 −2
Original line number Diff line number Diff line
@@ -22,8 +22,6 @@ menuconfig STAGING_RDMA
# Please keep entries in alphabetic order
if STAGING_RDMA

source "drivers/staging/rdma/ehca/Kconfig"

source "drivers/staging/rdma/hfi1/Kconfig"

source "drivers/staging/rdma/ipath/Kconfig"
+0 −1
Original line number Diff line number Diff line
# Entries for RDMA_STAGING tree
obj-$(CONFIG_INFINIBAND_EHCA)	+= ehca/
obj-$(CONFIG_INFINIBAND_HFI1)	+= hfi1/
obj-$(CONFIG_INFINIBAND_IPATH)	+= ipath/

drivers/staging/rdma/ehca/Kconfig

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
config INFINIBAND_EHCA
	tristate "eHCA support"
	depends on IBMEBUS
	---help---
	This driver supports the deprecated IBM pSeries eHCA InfiniBand
	adapter.

	To compile the driver as a module, choose M here. The module
	will be called ib_ehca.
+0 −16
Original line number Diff line number Diff line
#  Authors: Heiko J Schick <schickhj@de.ibm.com>
#           Christoph Raisch <raisch@de.ibm.com>
#           Joachim Fenkes <fenkes@de.ibm.com>
#
#  Copyright (c) 2005 IBM Corporation
#
#  All rights reserved.
#
#  This source code is distributed under a dual license of GPL v2.0 and OpenIB BSD.

obj-$(CONFIG_INFINIBAND_EHCA) += ib_ehca.o

ib_ehca-objs  = ehca_main.o ehca_hca.o ehca_mcast.o ehca_pd.o ehca_av.o ehca_eq.o \
		ehca_cq.o ehca_qp.o ehca_sqp.o ehca_mrmw.o ehca_reqs.o ehca_irq.o \
		ehca_uverbs.o ipz_pt_fn.o hcp_if.o hcp_phyp.o
Loading