diff options
Diffstat (limited to 'drivers/phy/bcm6358-usbh-phy.c')
-rw-r--r-- | drivers/phy/bcm6358-usbh-phy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/bcm6358-usbh-phy.c b/drivers/phy/bcm6358-usbh-phy.c index 189a1c11d3..f0fda0290e 100644 --- a/drivers/phy/bcm6358-usbh-phy.c +++ b/drivers/phy/bcm6358-usbh-phy.c @@ -10,6 +10,7 @@ #include <common.h> #include <dm.h> #include <generic-phy.h> +#include <malloc.h> #include <reset.h> #include <asm/io.h> #include <dm/device.h> |