[AF_IUCV/IUCV] : Add missing section annotations
[powerpc.git] / net / ipv4 / xfrm4_tunnel.c
index 3eef064..5685103 100644 (file)
@@ -12,9 +12,8 @@
 
 static int ipip_output(struct xfrm_state *x, struct sk_buff *skb)
 {
-       struct iphdr *iph;
+       struct iphdr *iph = ip_hdr(skb);
 
-       iph = skb->nh.iph;
        iph->tot_len = htons(skb->len);
        ip_send_check(iph);