/* SPDX-License-Identifier: GPL-2.0 */ /* HWMON driver for Aquantia PHY * * Author: Nikita Yushchenko * Author: Andrew Lunn * Author: Heiner Kallweit */ #include #include #if IS_REACHABLE(CONFIG_HWMON) int aqr_hwmon_probe(struct phy_device *phydev); #else static inline int aqr_hwmon_probe(struct phy_device *phydev) { return 0; } #endif