diff options
author | Zhu Yanjun <yanjun.zhu@oracle.com> | 2018-03-11 23:30:28 -0400 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-03-13 16:46:03 -0400 |
commit | 8a18e911d0da6192735e15bf2aebcc99655cf8c6 (patch) | |
tree | a6945687894ca83bf3ea36506531da43790924eb /drivers/infiniband/sw | |
parent | 86188a8810ed0b73ce6653daa3c4bc29e8a79a7c (diff) | |
download | blackbird-op-linux-8a18e911d0da6192735e15bf2aebcc99655cf8c6.tar.gz blackbird-op-linux-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')
-rw-r--r-- | drivers/infiniband/sw/rdmavt/vt.h | 1 |
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), \ |