target: remove obsolete kernel version switches for 4.19
[openwrt/staging/jow.git] / target / linux / generic / files / drivers / net / phy / adm6996.c
index cce95f563b47a5f355524c34250e14ee0075e8fd..66013f273de77d1d5bc7f58d1616b6bfef1b598d 100644 (file)
@@ -1048,14 +1048,9 @@ static int adm6996_config_init(struct phy_device *pdev)
        struct adm6996_priv *priv;
        int ret;
 
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 0, 0)
        linkmode_zero(pdev->supported);
        linkmode_set_bit(ETHTOOL_LINK_MODE_100baseT_Full_BIT, pdev->supported);
        linkmode_copy(pdev->advertising, pdev->supported);
-#else
-       pdev->supported = ADVERTISED_100baseT_Full;
-       pdev->advertising = ADVERTISED_100baseT_Full;
-#endif
 
        if (pdev->mdio.addr != 0) {
                pr_info ("%s: PHY overlaps ADM6996, providing fixed PHY 0x%x.\n"