Skip to content

Commit 8a18e91

Browse files
Zhu Yanjundledford
authored andcommitted
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 <[email protected]> Acked-by: Dennis Dalessandro <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
1 parent 86188a8 commit 8a18e91

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/infiniband/hw/hfi1/hfi.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
#include <linux/rhashtable.h>
7171
#include <linux/netdevice.h>
7272
#include <rdma/rdma_vt.h>
73-
#include <rdma/opa_addr.h>
7473

7574
#include "chip_registers.h"
7675
#include "common.h"

drivers/infiniband/sw/rdmavt/vt.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
#include "mmap.h"
6060
#include "cq.h"
6161
#include "mad.h"
62-
#include "mmap.h"
6362

6463
#define rvt_pr_info(rdi, fmt, ...) \
6564
__rvt_pr_info(rdi->driver_f.get_pci_dev(rdi), \

0 commit comments

Comments
 (0)