|
@@ -18,6 +18,7 @@
|
|
|
#include <phy.h>
|
|
|
#include <errno.h>
|
|
|
#include <linux/err.h>
|
|
|
+#include <linux/compiler.h>
|
|
|
|
|
|
/* Generic PHY support and helper functions */
|
|
|
|
|
@@ -577,7 +578,7 @@ static struct phy_device *phy_device_create(struct mii_dev *bus, int addr,
|
|
|
* Description: Reads the ID registers of the PHY at @addr on the
|
|
|
* @bus, stores it in @phy_id and returns zero on success.
|
|
|
*/
|
|
|
-static int get_phy_id(struct mii_dev *bus, int addr, int devad, u32 *phy_id)
|
|
|
+int __weak get_phy_id(struct mii_dev *bus, int addr, int devad, u32 *phy_id)
|
|
|
{
|
|
|
int phy_reg;
|
|
|
|