aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib/Makefile
diff options
context:
space:
mode:
authorDennis Dalessandro <dennis.dalessandro@intel.com>2016-01-22 12:44:36 -0800
committerDoug Ledford <dledford@redhat.com>2016-03-10 20:37:16 -0500
commiteb636ac0e49ec560a608336aa6e02b7eca482112 (patch)
treea24ec9f197ca01aed8b59bd2f703ed478a6a403c /drivers/infiniband/hw/qib/Makefile
parentIB/qib: Begin to use rdmavt for verbs (diff)
downloadlinux-dev-eb636ac0e49ec560a608336aa6e02b7eca482112.tar.xz
linux-dev-eb636ac0e49ec560a608336aa6e02b7eca482112.zip
IB/qib: Remove dma.c and use rdmavt version of dma functions
This patch removes the qib_dma.c file and uses the version which has been added to rdmavt. Reviewed-by: Ira Weiny <ira.weiny@intel.com> 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/qib/Makefile')
-rw-r--r--drivers/infiniband/hw/qib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/qib/Makefile b/drivers/infiniband/hw/qib/Makefile
index 57f8103e51f8..8a8f892de7df 100644
--- a/drivers/infiniband/hw/qib/Makefile
+++ b/drivers/infiniband/hw/qib/Makefile
@@ -1,6 +1,6 @@
obj-$(CONFIG_INFINIBAND_QIB) += ib_qib.o
-ib_qib-y := qib_cq.o qib_diag.o qib_dma.o qib_driver.o qib_eeprom.o \
+ib_qib-y := qib_cq.o qib_diag.o qib_driver.o qib_eeprom.o \
qib_file_ops.o qib_fs.o qib_init.o qib_intr.o qib_keys.o \
qib_mad.o qib_mmap.o qib_mr.o qib_pcie.o qib_pio_copy.o \
qib_qp.o qib_qsfp.o qib_rc.o qib_ruc.o qib_sdma.o qib_srq.o \