The following commit has been merged into the x86/headers branch of tip: Commit-ID: 8b01de80306cbd914be9c45bce30206a49699141 Gitweb: https://git.kernel.org/tip/8b01de80306cbd914be9c45bce30206a49699141 Author: Masahiro Yamada <masahiroy@xxxxxxxxxx> AuthorDate: Sun, 06 Aug 2023 23:59:57 +09:00 Committer: Ingo Molnar <mingo@xxxxxxxxxx> CommitterDate: Tue, 03 Oct 2023 10:38:08 +02:00 x86/headers: Remove <asm/export.h> All *.S files under arch/x86/ have been converted to include <linux/export.h> instead of <asm/export.h>. Remove <asm/export.h>. Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx> Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx> Link: https://lore.kernel.org/r/20230806145958.380314-3-masahiroy@xxxxxxxxxx --- arch/x86/include/asm/Kbuild | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/include/asm/Kbuild b/arch/x86/include/asm/Kbuild index 4f1ce5f..a192bde 100644 --- a/arch/x86/include/asm/Kbuild +++ b/arch/x86/include/asm/Kbuild @@ -10,5 +10,4 @@ generated-y += unistd_64_x32.h generated-y += xen-hypercalls.h generic-y += early_ioremap.h -generic-y += export.h generic-y += mcs_spinlock.h