Skip to content

Commit

Permalink
openvswitch: remove duplicated include from flow_table.c
Browse files Browse the repository at this point in the history
Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Jesse Gross <jesse@nicira.com>
  • Loading branch information
Wei Yongjun authored and Jesse Gross committed Jan 6, 2014
1 parent 11d6c46 commit 5f03f47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/openvswitch/flow_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 5f03f47

Please sign in to comment.