|
@@ -179,7 +179,7 @@ void rgmii_put_mdio(struct of_device *ofdev, int input)
|
|
mutex_unlock(&dev->lock);
|
|
mutex_unlock(&dev->lock);
|
|
}
|
|
}
|
|
|
|
|
|
-void __devexit rgmii_detach(struct of_device *ofdev, int input)
|
|
|
|
|
|
+void rgmii_detach(struct of_device *ofdev, int input)
|
|
{
|
|
{
|
|
struct rgmii_instance *dev = dev_get_drvdata(&ofdev->dev);
|
|
struct rgmii_instance *dev = dev_get_drvdata(&ofdev->dev);
|
|
struct rgmii_regs __iomem *p = dev->base;
|
|
struct rgmii_regs __iomem *p = dev->base;
|