[tip:,x86/headers] x86/headers: Remove <asm/export.h>

Message ID 169848481164.3135.9645125925587156994.tip-bot2@tip-bot2
State New
Headers
Series [tip:,x86/headers] x86/headers: Remove <asm/export.h> |

Commit Message

tip-bot2 for Thomas Gleixner Oct. 28, 2023, 9:20 a.m. UTC
  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@kernel.org>
AuthorDate:    Sun, 06 Aug 2023 23:59:57 +09:00
Committer:     Ingo Molnar <mingo@kernel.org>
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@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20230806145958.380314-3-masahiroy@kernel.org
---
 arch/x86/include/asm/Kbuild | 1 -
 1 file changed, 1 deletion(-)
  

Patch

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