datapath: Add support for 4.2 kernel.
[cascardo/ovs.git] / datapath / vport.h
index c289d60..b217b88 100644 (file)
@@ -34,7 +34,6 @@ struct vport_parms;
 /* The following definitions are for users of the vport subsytem: */
 struct vport_net {
        struct vport __rcu *gre_vport;
-       struct vport __rcu *gre64_vport;
 };
 
 int ovs_vport_init(void);
@@ -226,7 +225,6 @@ static inline struct vport *vport_from_priv(void *priv)
 void ovs_vport_receive(struct vport *, struct sk_buff *,
                       const struct ovs_tunnel_info *);
 
-
 static inline void ovs_skb_postpush_rcsum(struct sk_buff *skb,
                                      const void *start, unsigned int len)
 {