aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2013-12-16 14:06:15 +0800
committerJesse Gross <jesse@nicira.com>2014-01-06 15:52:35 -0800
commit5f03f47c9c05086e181db3ec7a809f8454e28370 (patch)
tree58670cc28f01f11748fe3671b2323069d6dbadd3 /net/openvswitch
parentnet: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback} (diff)
downloadlinux-dev-5f03f47c9c05086e181db3ec7a809f8454e28370.tar.xz
linux-dev-5f03f47c9c05086e181db3ec7a809f8454e28370.zip
openvswitch: remove duplicated include from flow_table.c
Remove duplicated include. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'net/openvswitch')
-rw-r--r--net/openvswitch/flow_table.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/openvswitch/flow_table.c b/net/openvswitch/flow_table.c
index 099a1a9a3068..51f6d7fed39b 100644
--- 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)