From bdc1fdf6fc5cbcffa669e1a374fb17685e58eeba Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Sun, 4 Oct 2020 21:39:47 -0400 Subject: [PATCH] phy: Include device_compat.h Necessary for dev_xxx. Signed-off-by: Sean Anderson --- drivers/phy/phy-uclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/phy-uclass.c b/drivers/phy/phy-uclass.c index f344e94..ef03e3a 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) { -- 2.7.4