]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/net/phy/meson-gxl.c
net: phy: remove flag PHY_HAS_INTERRUPT from driver configs
[linux.git] / drivers / net / phy / meson-gxl.c
index ddc2c5ea3787348d0672fb49639563be0b01fb78..b03bcf2c388aee4fa2b9d0bfa22f573e2689d824 100644 (file)
@@ -232,7 +232,7 @@ static struct phy_driver meson_gxl_phy[] = {
                .phy_id_mask    = 0xfffffff0,
                .name           = "Meson GXL Internal PHY",
                .features       = PHY_BASIC_FEATURES,
-               .flags          = PHY_IS_INTERNAL | PHY_HAS_INTERRUPT,
+               .flags          = PHY_IS_INTERNAL,
                .config_init    = meson_gxl_config_init,
                .aneg_done      = genphy_aneg_done,
                .read_status    = meson_gxl_read_status,