aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt
diff options
context:
space:
mode:
authorZhu Yanjun <yanjun.zhu@oracle.com>2018-03-11 23:30:28 -0400
committerDoug Ledford <dledford@redhat.com>2018-03-13 16:46:03 -0400
commit8a18e911d0da6192735e15bf2aebcc99655cf8c6 (patch)
treea6945687894ca83bf3ea36506531da43790924eb /drivers/infiniband/sw/rdmavt
parentRDMA/hns: Support cq record doorbell for kernel space (diff)
downloadlinux-dev-8a18e911d0da6192735e15bf2aebcc99655cf8c6.tar.xz
linux-dev-8a18e911d0da6192735e15bf2aebcc99655cf8c6.zip
IB: remove duplicate header files
In hfi.h, the header file opa_addr.h is included twice. In vt.h, the header file mmap.h is included twice. Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com> Acked-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/sw/rdmavt')
-rw-r--r--drivers/infiniband/sw/rdmavt/vt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rdmavt/vt.h b/drivers/infiniband/sw/rdmavt/vt.h
index 8823b2e7aac6..0675ea6c3872 100644
--- a/drivers/infiniband/sw/rdmavt/vt.h
+++ b/drivers/infiniband/sw/rdmavt/vt.h
@@ -59,7 +59,6 @@
#include "mmap.h"
#include "cq.h"
#include "mad.h"
-#include "mmap.h"
#define rvt_pr_info(rdi, fmt, ...) \
__rvt_pr_info(rdi->driver_f.get_pci_dev(rdi), \