s390: remove unneeded #include <asm/export.h>
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 6 Aug 2023 15:16:38 +0000 (00:16 +0900)
committerHeiko Carstens <hca@linux.ibm.com>
Wed, 9 Aug 2023 13:20:50 +0000 (15:20 +0200)
There is no EXPORT_SYMBOL line there, hence #include <asm/export.h>
is unneeded.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20230806151641.394720-1-masahiroy@kernel.org
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/mcount.S

index 71c5fa0..ae4d4fd 100644 (file)
@@ -9,8 +9,6 @@
 #include <asm/ftrace.h>
 #include <asm/nospec-insn.h>
 #include <asm/ptrace.h>
-#include <asm/export.h>
-
 
 #define STACK_FRAME_SIZE_PTREGS                (STACK_FRAME_OVERHEAD + __PT_SIZE)
 #define STACK_PTREGS                   (STACK_FRAME_OVERHEAD)