projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d6c46
)
openvswitch: remove duplicated include from flow_table.c
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Mon, 16 Dec 2013 06:06:15 +0000
(14:06 +0800)
committer
Jesse Gross
<jesse@nicira.com>
Mon, 6 Jan 2014 23:52:35 +0000
(15:52 -0800)
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Jesse Gross <jesse@nicira.com>
net/openvswitch/flow_table.c
patch
|
blob
|
history
diff --git
a/net/openvswitch/flow_table.c
b/net/openvswitch/flow_table.c
index 099a1a9a30682e349754b3d543bf9c226bf30958..51f6d7fed39b6e355a329710a7bb124caf1ec880 100644
(file)
--- a/
net/openvswitch/flow_table.c
+++ b/
net/openvswitch/flow_table.c
@@
-44,8
+44,6
@@
#include <net/ipv6.h>
#include <net/ndisc.h>
-#include "datapath.h"
-
#define TBL_MIN_BUCKETS 1024
#define REHASH_INTERVAL (10 * 60 * HZ)