Now that all consumers have been updated to no longer dereference fields inside struct phy, we can hide its definition altogether from public view.
Signed-off-by: Vladimir Oltean <[email protected]> --- include/linux/phy/phy.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index af9c3e795786..f11ffbbfea2c 100644 --- a/include/linux/phy/phy.h +++ b/include/linux/phy/phy.h @@ -12,8 +12,6 @@ #include <linux/phy/phy-props.h> -#include "../../drivers/phy/phy-provider.h" - struct device; struct device_node; struct phy; -- 2.43.0
