diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-08-06 17:59:57 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2023-10-03 11:38:08 +0300 |
commit | 8b01de80306cbd914be9c45bce30206a49699141 (patch) | |
tree | 56305fa3bd3ace545d923b2c10a7a7e8e28a2b18 /arch | |
parent | 94ea9c05219518ef7ec90b7ef2cb108476df764b (diff) | |
download | linux-8b01de80306cbd914be9c45bce30206a49699141.tar.xz |
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@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20230806145958.380314-3-masahiroy@kernel.org
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/include/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/Kbuild b/arch/x86/include/asm/Kbuild index 4f1ce5fc4e19..a192bdea69e2 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 |