mirror of
https://xff.cz/git/u-boot/
synced 2026-01-06 01:19:19 +01:00
phy: Include device_compat.h
Necessary for dev_xxx. Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user