mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
9p: rdma: remove duplicated #include
Removed duplicated #include <rdma/ib_verbs.h> in net/9p/trans_rdma.c. Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
This commit is contained in:
parent
45abdf1c7b
commit
1558c62149
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@
|
||||||
#include <net/9p/transport.h>
|
#include <net/9p/transport.h>
|
||||||
#include <rdma/ib_verbs.h>
|
#include <rdma/ib_verbs.h>
|
||||||
#include <rdma/rdma_cm.h>
|
#include <rdma/rdma_cm.h>
|
||||||
#include <rdma/ib_verbs.h>
|
|
||||||
|
|
||||||
#define P9_PORT 5640
|
#define P9_PORT 5640
|
||||||
#define P9_RDMA_SQ_DEPTH 32
|
#define P9_RDMA_SQ_DEPTH 32
|
||||||
|
|
Loading…
Reference in a new issue