diff options
| author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-12-16 14:06:15 +0800 | 
|---|---|---|
| committer | Jesse Gross <jesse@nicira.com> | 2014-01-06 15:52:35 -0800 | 
| commit | 5f03f47c9c05086e181db3ec7a809f8454e28370 (patch) | |
| tree | 58670cc28f01f11748fe3671b2323069d6dbadd3 /net/openvswitch/flow_table.c | |
| parent | 11d6c461b32a3fb7e89f91ef7fa54c5446335a9c (diff) | |
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/flow_table.c')
| -rw-r--r-- | net/openvswitch/flow_table.c | 2 | 
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) | 
