[PATCH 06/16] phy: Include device_compat.h

Sean Anderson seanga2 at gmail.com
Mon Oct 5 03:39:47 CEST 2020


Necessary for dev_xxx.

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

 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 8f456f33d2..df06cc1196 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)
 {
-- 
2.28.0



More information about the U-Boot mailing list