projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d878ef7
)
phy: Include device_compat.h
author
Sean Anderson
<seanga2@gmail.com>
Mon, 5 Oct 2020 01:39:47 +0000
(21:39 -0400)
committer
Tom Rini
<trini@konsulko.com>
Thu, 15 Oct 2020 22:36:56 +0000
(18:36 -0400)
Necessary for dev_xxx.
Signed-off-by: Sean Anderson <seanga2@gmail.com>
drivers/phy/phy-uclass.c
patch
|
blob
|
history
diff --git
a/drivers/phy/phy-uclass.c
b/drivers/phy/phy-uclass.c
index f344e94b438d4f599919df2aedd0adc7befa18de..ef03e3a5025f351cad6a199b65c9728b084f53eb 100644
(file)
--- 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)
{