From: Sean Anderson Date: Mon, 5 Oct 2020 01:39:47 +0000 (-0400) Subject: phy: Include device_compat.h X-Git-Tag: v2021.01-rc1~22^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdc1fdf6fc5cbcffa669e1a374fb17685e58eeba;p=pandora-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 f344e94b438..ef03e3a5025 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) {