datapath: Fix build breakage on kernel 2.6.40
[sliver-openvswitch.git] / datapath / linux / compat / include / linux / skbuff.h
index 311bfdb..96d8012 100644 (file)
@@ -239,7 +239,7 @@ static inline struct page *skb_frag_page(const skb_frag_t *frag)
 }
 #endif
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3,0,0)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,40)
 static inline void skb_reset_mac_len(struct sk_buff *skb)
 {
        skb->mac_len = skb->network_header - skb->mac_header;