From: Sean Anderson Date: Mon, 5 Oct 2020 01:39:47 +0000 (-0400) Subject: phy: Include device_compat.h X-Git-Tag: v2025.01-rc5-pxa1908~2176^2~13 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=bdc1fdf6fc5cbcffa669e1a374fb17685e58eeba;p=u-boot.git phy: Include device_compat.h Necessary for dev_xxx. Signed-off-by: Sean Anderson --- diff --git a/drivers/phy/phy-uclass.c b/drivers/phy/phy-uclass.c index f344e94b43..ef03e3a502 100644 --- a/drivers/phy/phy-uclass.c +++ b/drivers/phy/phy-uclass.c @@ -6,9 +6,9 @@ #include #include +#include #include #include -#include static inline struct phy_ops *phy_dev_ops(struct udevice *dev) {