diff options
Diffstat (limited to 'drivers/phy/meson-g12a-usb2.c')
-rw-r--r-- | drivers/phy/meson-g12a-usb2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/phy/meson-g12a-usb2.c b/drivers/phy/meson-g12a-usb2.c index c23bc87d0f8..a1e62197586 100644 --- a/drivers/phy/meson-g12a-usb2.c +++ b/drivers/phy/meson-g12a-usb2.c @@ -8,6 +8,7 @@ */ #include <common.h> +#include <log.h> #include <malloc.h> #include <asm/io.h> #include <bitfield.h> @@ -15,6 +16,7 @@ #include <errno.h> #include <generic-phy.h> #include <regmap.h> +#include <linux/delay.h> #include <power/regulator.h> #include <reset.h> #include <clk.h> |