]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/ip.h
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-omap-h63xx.git] / include / linux / ip.h
index 19578440b5fcdaf5f9c05e4fff51530e3e7c2ee6..bd0a2a8631c60e6620578acc68c363540aea1755 100644 (file)
@@ -114,7 +114,7 @@ static inline struct iphdr *ip_hdr(const struct sk_buff *skb)
 
 static inline struct iphdr *ipip_hdr(const struct sk_buff *skb)
 {
-       return (struct iphdr *)skb->h.raw;
+       return (struct iphdr *)skb_transport_header(skb);
 }
 #endif