igb: remove unused vmolr value
[safe/jmp/linux-2.6] / include / linux / icmp.h
index cd3017a..474f2a5 100644 (file)
@@ -87,7 +87,7 @@ struct icmphdr {
 
 static inline struct icmphdr *icmp_hdr(const struct sk_buff *skb)
 {
-       return (struct icmphdr *)skb->h.raw;
+       return (struct icmphdr *)skb_transport_header(skb);
 }
 #endif