diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-08-06 18:16:38 +0300 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2023-08-09 16:20:50 +0300 |
commit | 1e66317a7f575b07a837b7dcbf4bf636282ea8a2 (patch) | |
tree | 50edae2ddcb0ad0c06b771b5864bf53c97444e60 /arch/s390/kernel/mcount.S | |
parent | e1b9c2749af020e6c915eb07fcd53fa3a1a074e6 (diff) | |
download | linux-1e66317a7f575b07a837b7dcbf4bf636282ea8a2.tar.xz |
s390: remove unneeded #include <asm/export.h>
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>
Diffstat (limited to 'arch/s390/kernel/mcount.S')
-rw-r--r-- | arch/s390/kernel/mcount.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/kernel/mcount.S b/arch/s390/kernel/mcount.S index 71c5fa05e7f1..ae4d4fd9afcd 100644 --- a/arch/s390/kernel/mcount.S +++ b/arch/s390/kernel/mcount.S @@ -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) |