summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8/spin_table.c
diff options
context:
space:
mode:
authoryan wang <yan.wang@softathome.com>2025-04-10 11:28:50 +0200
committerTom Rini <trini@konsulko.com>2025-04-15 11:55:17 -0600
commit3bf5e4411acca17c58b83913c150f00992ecf942 (patch)
treee8543d69e2d2590cde678b57e2e0219b1a5b035e /arch/arm/cpu/armv8/spin_table.c
parenta8baac546fd9bfbf3f36af3d35b5a284a9664f4c (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>
Diffstat (limited to 'arch/arm/cpu/armv8/spin_table.c')
-rw-r--r--arch/arm/cpu/armv8/spin_table.c1
1 files changed, 1 insertions, 0 deletions
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@socionext.com>
*/
+#include <errno.h>
#include <linux/libfdt.h>
#include <asm/spin_table.h>