diff options
author | Dennis Dalessandro <dennis.dalessandro@intel.com> | 2015-07-30 15:25:42 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-08-29 04:54:49 +0200 |
commit | 6f9b38903c06c159d167344821cd7b4bae864380 (patch) | |
tree | bb597360add218cbe6fe9dd0c69d99d693f0ab6f /drivers/infiniband/hw/Makefile | |
parent | Staging: Add staging/rdma directory and update MAINTAINERS (diff) | |
download | linux-6f9b38903c06c159d167344821cd7b4bae864380.tar.xz linux-6f9b38903c06c159d167344821cd7b4bae864380.zip |
IB/ipath: Deprecate ipath driver and move to staging.
It is now time for the ipath driver to begin to be phased out of the kernel.
This patch moves the ipath driver from the Infiniband sub tree to the staging
area where it will remain until the code is removed from the kernel in a few
releases.
Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.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 e900b03531a9..d1212c441dfa 100644 --- a/drivers/infiniband/hw/Makefile +++ b/drivers/infiniband/hw/Makefile @@ -1,5 +1,4 @@ obj-$(CONFIG_INFINIBAND_MTHCA) += mthca/ -obj-$(CONFIG_INFINIBAND_IPATH) += ipath/ obj-$(CONFIG_INFINIBAND_QIB) += qib/ obj-$(CONFIG_INFINIBAND_EHCA) += ehca/ obj-$(CONFIG_INFINIBAND_AMSO1100) += amso1100/ |