net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPT
[linux-2.6-microblaze.git] / drivers / net / ethernet / realtek / r8169_main.c
index 44a438b..cbc30df 100644 (file)
@@ -5056,7 +5056,7 @@ static int r8169_mdio_register(struct rtl8169_private *tp)
        new_bus->name = "r8169";
        new_bus->priv = tp;
        new_bus->parent = &pdev->dev;
-       new_bus->irq[0] = PHY_IGNORE_INTERRUPT;
+       new_bus->irq[0] = PHY_MAC_INTERRUPT;
        snprintf(new_bus->id, MII_BUS_ID_SIZE, "r8169-%x", pci_dev_id(pdev));
 
        new_bus->read = r8169_mdio_read_reg;