diff options
author | Pravin B Shelar <pshelar@nicira.com> | 2015-08-29 20:44:08 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-29 22:07:15 -0400 |
commit | a581b96dbfc52b6b498552525ec929aa635680ed (patch) | |
tree | 3c81528ffd67274aadcb8c3f54f727489d125e07 /net/openvswitch/flow.c | |
parent | 8c876639c98501b049269b554bf4ecbb8f9c012f (diff) |
openvswitch: Remove vport-net
This structure is not used anymore.
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch/flow.c')
-rw-r--r-- | net/openvswitch/flow.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openvswitch/flow.c b/net/openvswitch/flow.c index 9db87331e211..bed8d09230cd 100644 --- a/net/openvswitch/flow.c +++ b/net/openvswitch/flow.c | |||
@@ -46,10 +46,11 @@ | |||
46 | #include <net/mpls.h> | 46 | #include <net/mpls.h> |
47 | #include <net/ndisc.h> | 47 | #include <net/ndisc.h> |
48 | 48 | ||
49 | #include "conntrack.h" | ||
49 | #include "datapath.h" | 50 | #include "datapath.h" |
50 | #include "flow.h" | 51 | #include "flow.h" |
51 | #include "flow_netlink.h" | 52 | #include "flow_netlink.h" |
52 | #include "conntrack.h" | 53 | #include "vport.h" |
53 | 54 | ||
54 | u64 ovs_flow_used_time(unsigned long flow_jiffies) | 55 | u64 ovs_flow_used_time(unsigned long flow_jiffies) |
55 | { | 56 | { |