datapath: vport: Remove compat support
[sliver-openvswitch.git] / datapath / linux / compat / include / linux / if.h
index f53cf97..c4c656c 100644 (file)
@@ -3,13 +3,6 @@
 
 #include_next <linux/if.h>
 
-#include <linux/version.h>
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31)
-
-#define IFF_XMIT_DST_RELEASE 0
-
-#endif /* linux kernel < 2.6.31 */
-
 #ifndef IFF_TX_SKB_SHARING
 #define IFF_TX_SKB_SHARING 0
 #endif