[PATCH 1/2] sandbox: add empty <asm/linkage.h>
Sascha Hauer
sha at pengutronix.de
Fri Oct 13 02:15:44 PDT 2023
On Mon, Oct 09, 2023 at 01:52:00PM +0200, Ahmad Fatoum wrote:
> 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 at pengutronix.de>
> ---
> arch/sandbox/include/asm/linkage.h | 8 ++++++++
> 1 file changed, 8 insertions(+)
> create mode 100644 arch/sandbox/include/asm/linkage.h
Applied, thanks
Sascha
>
> diff --git a/arch/sandbox/include/asm/linkage.h b/arch/sandbox/include/asm/linkage.h
> new file mode 100644
> index 000000000000..1d78d9169b6a
> --- /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
> --
> 2.39.2
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list