diff options
author | Potnuri Bharat Teja <bharat@chelsio.com> | 2019-09-30 09:42:52 +0200 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-10-04 20:08:59 +0200 |
commit | 30e0f6cf5acb39cd04316d1eecbf4c6087c7ee02 (patch) | |
tree | 978cc0120b516572125bb932953e81ec99b4dfaa /drivers/infiniband/hw/Makefile | |
parent | RDMA/rxe: Verify modify_device mask (diff) | |
download | linux-30e0f6cf5acb39cd04316d1eecbf4c6087c7ee02.tar.xz linux-30e0f6cf5acb39cd04316d1eecbf4c6087c7ee02.zip |
RDMA/iw_cxgb3: Remove the iw_cxgb3 module from kernel
Remove iw_cxgb3 module from kernel as the corresponding HW Chelsio T3 has
reached EOL.
Link: https://lore.kernel.org/r/20190930074252.20133-1-bharat@chelsio.com
Signed-off-by: Potnuri Bharat Teja <bharat@chelsio.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/hw/Makefile')
-rw-r--r-- | drivers/infiniband/hw/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/Makefile b/drivers/infiniband/hw/Makefile index 433fca59febd..0aeccd984889 100644 --- a/drivers/infiniband/hw/Makefile +++ b/drivers/infiniband/hw/Makefile @@ -1,7 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_INFINIBAND_MTHCA) += mthca/ obj-$(CONFIG_INFINIBAND_QIB) += qib/ -obj-$(CONFIG_INFINIBAND_CXGB3) += cxgb3/ obj-$(CONFIG_INFINIBAND_CXGB4) += cxgb4/ obj-$(CONFIG_INFINIBAND_EFA) += efa/ obj-$(CONFIG_INFINIBAND_I40IW) += i40iw/ |