aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
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/hw
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/hw')
-rw-r--r--drivers/infiniband/hw/hfi1/hfi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/hfi.h b/drivers/infiniband/hw/hfi1/hfi.h
index 90bc8c76d2ca..32c48265405e 100644
--- a/drivers/infiniband/hw/hfi1/hfi.h
+++ b/drivers/infiniband/hw/hfi1/hfi.h
@@ -70,7 +70,6 @@
#include <linux/rhashtable.h>
#include <linux/netdevice.h>
#include <rdma/rdma_vt.h>
-#include <rdma/opa_addr.h>
#include "chip_registers.h"
#include "common.h"