Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -69,7 +69,6 @@
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/mutex.h>
#include <linux/thread_info.h>
#include <linux/wanrouter.h>
#include <linux/if_bridge.h>
#include <linux/if_frad.h>