]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/net/udp_tunnel.h
ixgbevf: Remove unused parameter
[mirror_ubuntu-zesty-kernel.git] / include / net / udp_tunnel.h
index 2dcf1de948ac74d9c5b9d5144e413fa12fa5463e..4f543262dd81066bb0652be834484d2f4ac56696 100644 (file)
@@ -105,8 +105,7 @@ struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
                                    __be16 flags, __be64 tunnel_id,
                                    int md_size);
 
-static inline struct sk_buff *udp_tunnel_handle_offloads(struct sk_buff *skb,
-                                                        bool udp_csum)
+static inline int udp_tunnel_handle_offloads(struct sk_buff *skb, bool udp_csum)
 {
        int type = udp_csum ? SKB_GSO_UDP_TUNNEL_CSUM : SKB_GSO_UDP_TUNNEL;