]> Git Repo - linux.git/commitdiff
x86/headers: Remove <asm/export.h>
authorMasahiro Yamada <[email protected]>
Sun, 6 Aug 2023 14:59:57 +0000 (23:59 +0900)
committerIngo Molnar <[email protected]>
Tue, 3 Oct 2023 08:38:08 +0000 (10:38 +0200)
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 <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/x86/include/asm/Kbuild

index 4f1ce5fc4e194fc03ae6e36c03253f5f95ac1f95..a192bdea69e2e08c59f21adb793d9589374e8dfc 100644 (file)
@@ -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
This page took 0.068585 seconds and 4 git commands to generate.