diff options
author | Steve Wise <swise@opengridcomputing.com> | 2015-07-29 16:44:14 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-08-29 04:54:49 +0200 |
commit | 072bf1f7e4b5963034df35460f5f311396347a36 (patch) | |
tree | 36788eb73633baae30cb5d8181188dca61cf57b4 /drivers/infiniband/hw/Makefile | |
parent | IB/ipath: Deprecate ipath driver and move to staging. (diff) | |
download | linux-072bf1f7e4b5963034df35460f5f311396347a36.tar.xz linux-072bf1f7e4b5963034df35460f5f311396347a36.zip |
RDMA/amso1100: Deprecate the amso1100 driver and move to staging
The HW hasn't been sold since 2005, and the SW has definite bit rot.
Its time to remove it. So move it to staging for a few releases and
then remove it after that.
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Doug Ledford <dledford@redhat.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 d1212c441dfa..1bdb9996d371 100644 --- a/drivers/infiniband/hw/Makefile +++ b/drivers/infiniband/hw/Makefile @@ -1,7 +1,6 @@ obj-$(CONFIG_INFINIBAND_MTHCA) += mthca/ obj-$(CONFIG_INFINIBAND_QIB) += qib/ obj-$(CONFIG_INFINIBAND_EHCA) += ehca/ -obj-$(CONFIG_INFINIBAND_AMSO1100) += amso1100/ obj-$(CONFIG_INFINIBAND_CXGB3) += cxgb3/ obj-$(CONFIG_INFINIBAND_CXGB4) += cxgb4/ obj-$(CONFIG_MLX4_INFINIBAND) += mlx4/ |