From: Sean Anderson <seanga2@gmail.com>
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/html/index.html?a=commitdiff_plain;h=bdc1fdf6fc5cbcffa669e1a374fb17685e58eeba;p=u-boot.git

phy: Include device_compat.h

Necessary for dev_xxx.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
---

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 <common.h>
 #include <dm.h>
+#include <dm/device_compat.h>
 #include <dm/devres.h>
 #include <generic-phy.h>
-#include <log.h>
 
 static inline struct phy_ops *phy_dev_ops(struct udevice *dev)
 {