summaryrefslogtreecommitdiff
path: root/drivers/phy
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2020-10-05 04:39:47 +0300
committerTom Rini <trini@konsulko.com>2020-10-16 01:36:56 +0300
commitbdc1fdf6fc5cbcffa669e1a374fb17685e58eeba (patch)
treef8da0c4a7c2b658a7c3ab72517783c82742320dc /drivers/phy
parentd878ef736d8f1c3f4bd8a1899de631cae9405b3a (diff)
downloadu-boot-bdc1fdf6fc5cbcffa669e1a374fb17685e58eeba.tar.xz
phy: Include device_compat.h
Necessary for dev_xxx. Signed-off-by: Sean Anderson <seanga2@gmail.com>
Diffstat (limited to 'drivers/phy')
-rw-r--r--drivers/phy/phy-uclass.c2
1 files changed, 1 insertions, 1 deletions
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)
{