aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/Makefile
diff options
context:
space:
mode:
authorDennis Dalessandro <dennis.dalessandro@intel.com>2016-01-06 10:00:42 -0800
committerDoug Ledford <dledford@redhat.com>2016-03-10 20:37:10 -0500
commitcf16335a0ccf5adda3d4bad932a7e012891709c5 (patch)
tree9d5d1d259aaf8e2f3a0cf83042763b5d593f49cc /drivers/infiniband/sw/rdmavt/Makefile
parentIB/rdmavt: Add get port immutable stub (diff)
downloadlinux-dev-cf16335a0ccf5adda3d4bad932a7e012891709c5.tar.xz
linux-dev-cf16335a0ccf5adda3d4bad932a7e012891709c5.zip
IB/rdmavt: Add completion queue function stubs
Create stubs for completion queue creation, polling, resizing, calling for notification, and destroying. Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Reviewed-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/sw/rdmavt/Makefile')
-rw-r--r--drivers/infiniband/sw/rdmavt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rdmavt/Makefile b/drivers/infiniband/sw/rdmavt/Makefile
index 6f530d1f6dfa..00f018823e69 100644
--- a/drivers/infiniband/sw/rdmavt/Makefile
+++ b/drivers/infiniband/sw/rdmavt/Makefile
@@ -7,4 +7,4 @@
#
obj-$(CONFIG_INFINIBAND_RDMAVT) += rdmavt.o
-rdmavt-y := vt.o ah.o dma.o mad.o mcast.o mmap.o mr.o pd.o qp.o srq.o
+rdmavt-y := vt.o ah.o cq.o dma.o mad.o mcast.o mmap.o mr.o pd.o qp.o srq.o