From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: mtr@pengutronix.de, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH 1/3] fixup! tee: drivers: add driver for Rockchip Secure Boot PTA
Date: Wed, 7 Jan 2026 13:57:57 +0100 [thread overview]
Message-ID: <20260107125800.3947255-1-a.fatoum@pengutronix.de> (raw)
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
next reply other threads:[~2026-01-07 12:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-07 12:57 Ahmad Fatoum [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260107125800.3947255-1-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=mtr@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox