diff options
Diffstat (limited to 'drivers/phy/meson-g12a-usb2.c')
-rw-r--r-- | drivers/phy/meson-g12a-usb2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/meson-g12a-usb2.c b/drivers/phy/meson-g12a-usb2.c index ad1a77fcfc..c23bc87d0f 100644 --- a/drivers/phy/meson-g12a-usb2.c +++ b/drivers/phy/meson-g12a-usb2.c @@ -8,6 +8,7 @@ */ #include <common.h> +#include <malloc.h> #include <asm/io.h> #include <bitfield.h> #include <dm.h> |