projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3ca99c
)
arch: arm: Fix SZ_64K undeclared compilation error
author
Wasim Khan
<wasim.khan@nxp.com>
Fri, 14 Feb 2020 05:30:52 +0000
(11:00 +0530)
committer
Tom Rini
<trini@konsulko.com>
Tue, 25 Feb 2020 16:39:54 +0000
(11:39 -0500)
Macro SZ_64K is undeclared. Include sizes.h to fix the compilation
error.
Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/lib/gic-v3-its.c
patch
|
blob
|
history
diff --git
a/arch/arm/lib/gic-v3-its.c
b/arch/arm/lib/gic-v3-its.c
index
e19ab01
..
6ee22d2
100644
(file)
--- 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;