X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=blobdiff_plain;f=datapath%2Fcompat.h;h=f38d38c06c8e6f5e7fa1f65b9ae96379d6ddc83a;hp=f8f04697c58e6c73e8f61a1be2c876e6a2b3d83e;hb=e2f3178f0582eda302bdc5629189b6a56d9fbcdd;hpb=ca93abce9d3c6b7968c52a5458a6c94e7e8191d4 diff --git a/datapath/compat.h b/datapath/compat.h index f8f04697c..f38d38c06 100644 --- a/datapath/compat.h +++ b/datapath/compat.h @@ -25,13 +25,6 @@ #include #include -static inline void skb_clear_rxhash(struct sk_buff *skb) -{ -#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35) - skb->rxhash = 0; -#endif -} - #if LINUX_VERSION_CODE >= KERNEL_VERSION(3,13,0) #define GROUP_ID(grp) 0 #else