1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* HWMON driver for Aquantia PHY
9 #include <linux/device.h>
10 #include <linux/phy.h>
12 #if IS_REACHABLE(CONFIG_HWMON)
13 int aqr_hwmon_probe(struct phy_device *phydev);
15 static inline int aqr_hwmon_probe(struct phy_device *phydev) { return 0; }