]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/ip.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next
[mv-sheeva.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