diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/st/stm32mp1/stm32mp1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/st/stm32mp1/stm32mp1.c b/board/st/stm32mp1/stm32mp1.c index 48da4599ab..0d963c2af4 100644 --- a/board/st/stm32mp1/stm32mp1.c +++ b/board/st/stm32mp1/stm32mp1.c @@ -14,6 +14,7 @@ #include <usb.h> #include <asm/arch/stm32.h> #include <asm/io.h> +#include <asm/gpio.h> #include <power/regulator.h> #include <usb/dwc2_udc.h> |