aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/srq.c
diff options
context:
space:
mode:
authorDennis Dalessandro <dennis.dalessandro@intel.com>2016-02-14 12:11:20 -0800
committerDoug Ledford <dledford@redhat.com>2016-03-10 20:38:10 -0500
commit79a225be38932b17707009767e85d6edf450e7cc (patch)
tree5359d4de3bcc764ec6014479d6b6954a245c4e73 /drivers/infiniband/sw/rdmavt/srq.c
parentIB/rdmavt: Remove signal_supported and comments (diff)
downloadlinux-dev-79a225be38932b17707009767e85d6edf450e7cc.tar.xz
linux-dev-79a225be38932b17707009767e85d6edf450e7cc.zip
IB/rdmavt: Remove unnecessary exported functions
Remove exported functions which are no longer required as the functionality has moved into rdmavt. This also requires re-ordering some of the functions since their prototype no longer appears in a header file. Rather than add forward declarations it is just cleaner to re-order some of the functions. Reviewed-by: Jubin John <jubin.john@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/srq.c')
-rw-r--r--drivers/infiniband/sw/rdmavt/srq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/sw/rdmavt/srq.c b/drivers/infiniband/sw/rdmavt/srq.c
index 98c492797c53..f7c48e9023de 100644
--- a/drivers/infiniband/sw/rdmavt/srq.c
+++ b/drivers/infiniband/sw/rdmavt/srq.c
@@ -50,6 +50,7 @@
#include <linux/vmalloc.h>
#include "srq.h"
+#include "vt.h"
/**
* rvt_driver_srq_init - init srq resources on a per driver basis