From: Sascha Hauer <[email protected]> Taken from Linux Kernel with unnecessary bits removed.
Signed-off-by: Sascha Hauer <[email protected]> Signed-off-by: Ahmad Fatoum <[email protected]> --- arch/mips/include/asm/linkage.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 arch/mips/include/asm/linkage.h diff --git a/arch/mips/include/asm/linkage.h b/arch/mips/include/asm/linkage.h new file mode 100644 index 000000000000..14835f513961 --- /dev/null +++ b/arch/mips/include/asm/linkage.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef __ASM_LINKAGE_H +#define __ASM_LINKAGE_H + +#ifdef __ASSEMBLY__ +#include <asm/asm.h> +#endif + +#endif -- 2.29.2 _______________________________________________ barebox mailing list [email protected] http://lists.infradead.org/mailman/listinfo/barebox
