kernel: remove obsolete kernel version switches
[openwrt/openwrt.git] / target / linux / ath25 / files / drivers / net / phy / mvswitch.c
index e3550d55baf883c1c49c54cc29d57d05c04524db..29f2f9f0e8245f3f8422a302112d6ebdb2dd5e64 100644 (file)
@@ -312,11 +312,7 @@ mvswitch_config_init(struct phy_device *pdev)
        priv->orig_features = dev->features;
 
 #ifdef HEADER_MODE
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,15,0)
        dev->extra_priv_flags |= IFF_NO_IP_ALIGN;
-#else
-       dev->priv_flags |= IFF_NO_IP_ALIGN;
-#endif
        dev->features |= NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_HW_VLAN_CTAG_TX;
 #else
        dev->features |= NETIF_F_HW_VLAN_CTAG_RX;
@@ -376,11 +372,7 @@ mvswitch_detach(struct phy_device *pdev)
        dev->eth_mangle_rx = NULL;
        dev->eth_mangle_tx = NULL;
        dev->features = priv->orig_features;
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,15,0)
        dev->extra_priv_flags &= ~IFF_NO_IP_ALIGN;
-#else
-       dev->priv_flags &= ~IFF_NO_IP_ALIGN;
-#endif
 }
 
 static void