Commit ab2910921064b657610a3b501358a305e13087ea

Authored by Jianjun Kong
Committed by David S. Miller
1 parent 6d9f239a1e

net: remove two duplicated #include

Removed duplicated #include <rdma/ib_verbs.h> in net/9p/trans_rdma.c
		and  #include <linux/thread_info.h> in net/socket.c

Signed-off-by: Jianjun Kong <jianjun@zeuux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 2 changed files with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -45,7 +45,6 @@
45 45 #include <net/9p/transport.h>
46 46 #include <rdma/ib_verbs.h>
47 47 #include <rdma/rdma_cm.h>
48   -#include <rdma/ib_verbs.h>
49 48  
50 49 #define P9_PORT 5640
51 50 #define P9_RDMA_SQ_DEPTH 32
... ... @@ -69,7 +69,6 @@
69 69 #include <linux/proc_fs.h>
70 70 #include <linux/seq_file.h>
71 71 #include <linux/mutex.h>
72   -#include <linux/thread_info.h>
73 72 #include <linux/wanrouter.h>
74 73 #include <linux/if_bridge.h>
75 74 #include <linux/if_frad.h>