public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] arch: arm: Fix SZ_64K undeclared compilation error
@ 2020-02-14  5:30 Wasim Khan
  2020-02-18 10:48 ` Bharat Kumar Reddy
  2020-02-25 19:00 ` Tom Rini
  0 siblings, 2 replies; 5+ messages in thread
From: Wasim Khan @ 2020-02-14  5:30 UTC (permalink / raw)
  To: u-boot

Macro SZ_64K is undeclared. Include sizes.h to fix the compilation
error.

Signed-off-by: Wasim Khan <wasim.khan@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;
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-02-25 19:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-14  5:30 [PATCH] arch: arm: Fix SZ_64K undeclared compilation error Wasim Khan
2020-02-18 10:48 ` Bharat Kumar Reddy
2020-02-19  7:03   ` Priyanka Jain
2020-02-19 12:21     ` Tom Rini
2020-02-25 19:00 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox