summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2023-10-09 13:52:00 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-10-13 11:15:33 +0200
commita6a3fd27a63634e1058e61cd7eb0b688614021a7 (patch)
treed87f96ec6a65da64ca9a02a32fbf79b370c9a275 /arch/sandbox
parentdb96abb2cc1b035e4fdcfb62ea4c16ef9f091b43 (diff)
downloadbarebox-a6a3fd27a63634e1058e61cd7eb0b688614021a7.tar.gz
barebox-a6a3fd27a63634e1058e61cd7eb0b688614021a7.tar.xz
sandbox: add empty <asm/linkage.h>
Sandbox code including <linux/linkage.h> will trip over this file being missing, so add an empty stub. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20231009115201.2210460-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/include/asm/linkage.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sandbox/include/asm/linkage.h b/arch/sandbox/include/asm/linkage.h
new file mode 100644
index 0000000000..1d78d9169b
--- /dev/null
+++ b/arch/sandbox/include/asm/linkage.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef __ASM_LINKAGE_H
+#define __ASM_LINKAGE_H
+
+/* referenced by <linux/linkage.h> */
+
+#endif