Commit ab291092 authored by Jianjun Kong's avatar Jianjun Kong Committed by David S. Miller

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: default avatarJianjun Kong <jianjun@zeuux.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6d9f239a
...@@ -45,7 +45,6 @@ ...@@ -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
......
...@@ -69,7 +69,6 @@ ...@@ -69,7 +69,6 @@
#include <linux/proc_fs.h> #include <linux/proc_fs.h>
#include <linux/seq_file.h> #include <linux/seq_file.h>
#include <linux/mutex.h> #include <linux/mutex.h>
#include <linux/thread_info.h>
#include <linux/wanrouter.h> #include <linux/wanrouter.h>
#include <linux/if_bridge.h> #include <linux/if_bridge.h>
#include <linux/if_frad.h> #include <linux/if_frad.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment