mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/3] fixup! tee: drivers: add driver for Rockchip Secure Boot PTA
@ 2026-01-07 12:57 Ahmad Fatoum
  2026-01-07 12:57 ` [PATCH 2/3] fixup! commands: implement rksecure command Ahmad Fatoum
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ahmad Fatoum @ 2026-01-07 12:57 UTC (permalink / raw)
  To: barebox; +Cc: mtr, Ahmad Fatoum

tee: rksecure: add missing header for ARRAY_SIZE

When compiling for sandbox allyesconfig in CI, build fails due to
missing include for <linux/array_size.h>.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 drivers/tee/optee/rksecure.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/tee/optee/rksecure.c b/drivers/tee/optee/rksecure.c
index 6bc9a61571c2..3a5cb0cb7be1 100644
--- a/drivers/tee/optee/rksecure.c
+++ b/drivers/tee/optee/rksecure.c
@@ -5,6 +5,7 @@
 
 #include <linux/tee_drv.h>
 #include <linux/uuid.h>
+#include <linux/array_size.h>
 #include <uapi/linux/tee.h>
 
 #include <rk_secure_boot.h>
-- 
2.47.3




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

end of thread, other threads:[~2026-01-07 13:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-07 12:57 [PATCH 1/3] fixup! tee: drivers: add driver for Rockchip Secure Boot PTA Ahmad Fatoum
2026-01-07 12:57 ` [PATCH 2/3] fixup! commands: implement rksecure command Ahmad Fatoum
2026-01-07 12:57 ` [PATCH 3/3] " Ahmad Fatoum
2026-01-07 13:05 ` [PATCH 1/3] fixup! tee: drivers: add driver for Rockchip Secure Boot PTA Sascha Hauer

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