diff options
author | Dennis Dalessandro <dennis.dalessandro@intel.com> | 2016-01-06 09:59:04 -0800 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-03-10 20:37:09 -0500 |
commit | dc21752e2c930ae32f11affb2e1d7a6f8a44a16a (patch) | |
tree | 0d3c617791c2b75893d79166fca25abb8b7e2246 /drivers/infiniband/sw/rdmavt/Makefile | |
parent | 3dd1faf89b418f036ff664edbf04d4e266e2ceaa (diff) | |
download | linux-dc21752e2c930ae32f11affb2e1d7a6f8a44a16a.tar.bz2 |
IB/rdmavt: Add mmap stub
Adds the stub for the mmap verbs call.
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rdmavt/Makefile b/drivers/infiniband/sw/rdmavt/Makefile index fe65410e4484..6f530d1f6dfa 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 mr.o pd.o qp.o srq.o +rdmavt-y := vt.o ah.o dma.o mad.o mcast.o mmap.o mr.o pd.o qp.o srq.o |