commit | 03036a2a25b613cec2b58c12ef9c8ecf65959b33 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sun Oct 04 21:39:47 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 15 18:36:56 2020 -0400 |
tree | f8da0c4a7c2b658a7c3ab72517783c82742320dc | |
parent | eba995169c1c19a62bc1b889a3316763cb90c89c [diff] |
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 f344e94..ef03e3a 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) {