commit | ae8d45e663a25be7216edfff3846f32f07e55aee | [log] [tgz] |
---|---|---|
author | yan wang <yan.wang@softathome.com> | Thu Apr 10 11:28:50 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 15 11:55:17 2025 -0600 |
tree | e8543d69e2d2590cde678b57e2e0219b1a5b035e | |
parent | 3fbd2e0a795b73afa756b19923683a67b49cf41e [diff] |
spin_table: add missing header for ENODEV and ENOSPC symbols Add the necessary header as <common.h> is removed Signed-off-by: yan wang <yan.wang@softathome.com>
diff --git a/arch/arm/cpu/armv8/spin_table.c b/arch/arm/cpu/armv8/spin_table.c index 485294b..5ba20ef 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@socionext.com> */ +#include <errno.h> #include <linux/libfdt.h> #include <asm/spin_table.h>