[PATCH] arch: arm: Fix SZ_64K undeclared compilation error
Bharat Kumar Reddy
bharat.gooty at broadcom.com
Tue Feb 18 11:48:59 CET 2020
Looks good to me.
On 14/02/20 11:00 am, Wasim Khan wrote:
> Macro SZ_64K is undeclared. Include sizes.h to fix the compilation
> error.
>
> Signed-off-by: Wasim Khan <wasim.khan at nxp.com>
> ---
> arch/arm/lib/gic-v3-its.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/lib/gic-v3-its.c b/arch/arm/lib/gic-v3-its.c
> index e19ab01..6ee22d2 100644
> --- a/arch/arm/lib/gic-v3-its.c
> +++ b/arch/arm/lib/gic-v3-its.c
> @@ -6,6 +6,7 @@
> #include <asm/gic.h>
> #include <asm/gic-v3.h>
> #include <asm/io.h>
> +#include <linux/sizes.h>
>
> static u32 lpi_id_bits;
>
More information about the U-Boot
mailing list