]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/tcp_offload.c
Merge branches 'acpi-dock', 'acpi-ec' and 'acpi-scan'
[karo-tx-linux.git] / net / ipv4 / tcp_offload.c
index 9d7930ba8e0f4c51c8d5434c5ea186b585ff3a35..3f7c2fca5431891f473c9ace152a6b3e04443008 100644 (file)
@@ -29,8 +29,8 @@ static void tcp_gso_tstamp(struct sk_buff *skb, unsigned int ts_seq,
        }
 }
 
-struct sk_buff *tcp4_gso_segment(struct sk_buff *skb,
-                                netdev_features_t features)
+static struct sk_buff *tcp4_gso_segment(struct sk_buff *skb,
+                                       netdev_features_t features)
 {
        if (!pskb_may_pull(skb, sizeof(struct tcphdr)))
                return ERR_PTR(-EINVAL);