diff options
Diffstat (limited to 'drivers/phy/phy-mtk-tphy.c')
-rw-r--r-- | drivers/phy/phy-mtk-tphy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/phy/phy-mtk-tphy.c b/drivers/phy/phy-mtk-tphy.c index 255d722ff7..bd089b7a43 100644 --- a/drivers/phy/phy-mtk-tphy.c +++ b/drivers/phy/phy-mtk-tphy.c @@ -9,8 +9,10 @@ #include <clk.h> #include <dm.h> #include <generic-phy.h> +#include <malloc.h> #include <mapmem.h> #include <asm/io.h> +#include <dm/device_compat.h> #include <dm/devres.h> #include <dt-bindings/phy/phy.h> |