[PATCH] fixup! optee: skip registration of already known TEE bus devices

Sascha Hauer s.hauer at pengutronix.de
Fri Mar 20 02:09:40 PDT 2026


---
 drivers/tee/optee/device.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/tee/optee/device.c b/drivers/tee/optee/device.c
index ab05a4dfc9..2713af0797 100644
--- a/drivers/tee/optee/device.c
+++ b/drivers/tee/optee/device.c
@@ -5,6 +5,7 @@
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
+#include <stdio.h>
 #include <linux/kernel.h>
 #include <linux/slab.h>
 #include <linux/device.h>
-- 
2.47.3




More information about the barebox mailing list