diff options
author | Pravin B Shelar <pshelar@nicira.com> | 2015-08-30 02:44:08 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-30 04:07:15 +0200 |
commit | a581b96dbfc52b6b498552525ec929aa635680ed (patch) | |
tree | 3c81528ffd67274aadcb8c3f54f727489d125e07 /net/openvswitch/vport.h | |
parent | openvswitch: Remove vport stats. (diff) | |
download | linux-a581b96dbfc52b6b498552525ec929aa635680ed.tar.xz linux-a581b96dbfc52b6b498552525ec929aa635680ed.zip |
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/vport.h')
-rw-r--r-- | net/openvswitch/vport.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/openvswitch/vport.h b/net/openvswitch/vport.h index 30615edc084b..4b6f4a5296c3 100644 --- a/net/openvswitch/vport.h +++ b/net/openvswitch/vport.h @@ -36,10 +36,6 @@ struct vport_parms; /* The following definitions are for users of the vport subsytem: */ -struct vport_net { - struct vport __rcu *gre_vport; -}; - int ovs_vport_init(void); void ovs_vport_exit(void); |