]> git.proxmox.com Git - mirror_ovs.git/blobdiff - datapath/linux/compat/include/linux/skbuff.h
compat: Remove stale code.
[mirror_ovs.git] / datapath / linux / compat / include / linux / skbuff.h
index 204ce54975ef1fc6d41dd9abeb58a9cf4c958f37..bc73255d5b4c786531a161356d1bdb3333110ff6 100644 (file)
@@ -278,7 +278,7 @@ static inline void skb_clear_hash(struct sk_buff *skb)
 #ifdef HAVE_RXHASH
        skb->rxhash = 0;
 #endif
-#if defined(HAVE_L4_RXHASH) && !defined(HAVE_RHEL_OVS_HOOK)
+#if defined(HAVE_L4_RXHASH)
        skb->l4_rxhash = 0;
 #endif
 }