Skip to content

Commit

Permalink
9p: rdma: remove duplicated #include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Huang Weiyi authored and Eric Van Hensbergen committed Nov 5, 2008
1 parent 45abdf1 commit 1558c62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/9p/trans_rdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
#include <net/9p/transport.h>
#include <rdma/ib_verbs.h>
#include <rdma/rdma_cm.h>
#include <rdma/ib_verbs.h>

#define P9_PORT 5640
#define P9_RDMA_SQ_DEPTH 32
Expand Down

0 comments on commit 1558c62

Please sign in to comment.