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>
This commit is contained in:
yan wang
2025-04-15 11:55:17 -06:00
committed by Tom Rini
parent a8baac546f
commit 3bf5e4411a
+1
View File
@@ -4,6 +4,7 @@
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
*/
#include <errno.h>
#include <linux/libfdt.h>
#include <asm/spin_table.h>