[PATCH] spin_table: add missing header for ENODEV and ENOSPC symbols
yan wang
yan.wang at softathome.com
Thu Apr 10 11:28:50 CEST 2025
Add the necessary header as <common.h> is removed
Signed-off-by: yan wang <yan.wang at softathome.com>
---
arch/arm/cpu/armv8/spin_table.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/cpu/armv8/spin_table.c b/arch/arm/cpu/armv8/spin_table.c
index 485294b88d0..5ba20efa33b 100644
--- a/arch/arm/cpu/armv8/spin_table.c
+++ b/arch/arm/cpu/armv8/spin_table.c
@@ -4,6 +4,7 @@
* Author: Masahiro Yamada <yamada.masahiro at socionext.com>
*/
+#include <errno.h>
#include <linux/libfdt.h>
#include <asm/spin_table.h>
--
2.25.1
More information about the U-Boot
mailing list