Hi, Masahiro, Is this series only for linux-next (6.6), or also needed by 6.5? Huacai On Mon, Aug 7, 2023 at 11:43 PM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote: > > All *.S files under arch/loongarch/ have been converted to include > <linux/export.h> instead of <asm/export.h>. > > Remove <asm/export.h>. > > Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx> > --- > > arch/loongarch/include/asm/Kbuild | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/loongarch/include/asm/Kbuild b/arch/loongarch/include/asm/Kbuild > index 6b222f227342..93783fa24f6e 100644 > --- a/arch/loongarch/include/asm/Kbuild > +++ b/arch/loongarch/include/asm/Kbuild > @@ -1,6 +1,5 @@ > # SPDX-License-Identifier: GPL-2.0 > generic-y += dma-contiguous.h > -generic-y += export.h > generic-y += mcs_spinlock.h > generic-y += parport.h > generic-y += early_ioremap.h > -- > 2.39.2 >