diff options
Diffstat (limited to 'board/engicam/stm32mp1/spl.c')
-rw-r--r-- | board/engicam/stm32mp1/spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/engicam/stm32mp1/spl.c b/board/engicam/stm32mp1/spl.c index 2b7779cc01d..bb2bd446aa8 100644 --- a/board/engicam/stm32mp1/spl.c +++ b/board/engicam/stm32mp1/spl.c @@ -5,7 +5,7 @@ * Copyright (C) 2020 Amarula Solutions(India) */ -#include <common.h> +#include <linux/types.h> /* board early initialisation in board_f: need to use global variable */ static u32 opp_voltage_mv __section(".data"); |