aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/ftrace_64.S
diff options
context:
space:
mode:
authorGravatar Masahiro Yamada <masahiroy@kernel.org> 2023-08-06 23:59:56 +0900
committerGravatar Ingo Molnar <mingo@kernel.org> 2023-10-03 10:38:07 +0200
commit94ea9c05219518ef7ec90b7ef2cb108476df764b (patch)
treed510217ac6f11ca2a89afaf52ce48fcb89b0fc69 /arch/x86/kernel/ftrace_64.S
parentx86/headers: Remove unnecessary #include <asm/export.h> (diff)
downloadlinux-94ea9c05219518ef7ec90b7ef2cb108476df764b.tar.gz
linux-94ea9c05219518ef7ec90b7ef2cb108476df764b.tar.bz2
linux-94ea9c05219518ef7ec90b7ef2cb108476df764b.zip
x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>
The following commit: ddb5cdbafaaa ("kbuild: generate KSYMTAB entries by modpost") deprecated <asm/export.h>, which is now a wrapper of <linux/export.h>. Use <linux/export.h> in *.S as well as in *.c files. After all the <asm/export.h> lines are replaced, <asm/export.h> and <asm-generic/export.h> will be removed. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20230806145958.380314-2-masahiroy@kernel.org
Diffstat (limited to 'arch/x86/kernel/ftrace_64.S')
-rw-r--r--arch/x86/kernel/ftrace_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/ftrace_64.S b/arch/x86/kernel/ftrace_64.S
index 945cfa5f7239..214f30e9f0c0 100644
--- a/arch/x86/kernel/ftrace_64.S
+++ b/arch/x86/kernel/ftrace_64.S
@@ -3,12 +3,12 @@
* Copyright (C) 2014 Steven Rostedt, Red Hat Inc
*/
+#include <linux/export.h>
#include <linux/cfi_types.h>
#include <linux/linkage.h>
#include <asm/asm-offsets.h>
#include <asm/ptrace.h>
#include <asm/ftrace.h>
-#include <asm/export.h>
#include <asm/nospec-branch.h>
#include <asm/unwind_hints.h>
#include <asm/frame.h>