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

Commit 5f03f47c authored by Wei Yongjun's avatar Wei Yongjun Committed by Jesse Gross
Browse files

openvswitch: remove duplicated include from flow_table.c



Remove duplicated include.

Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: default avatarJesse Gross <jesse@nicira.com>
parent 11d6c461
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)