Skip to content

Commit 1e66317

Browse files
masahir0yhcahca
authored andcommitted
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>
1 parent e1b9c27 commit 1e66317

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/s390/kernel/mcount.S

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#include <asm/ftrace.h>
1010
#include <asm/nospec-insn.h>
1111
#include <asm/ptrace.h>
12-
#include <asm/export.h>
13-
1412

1513
#define STACK_FRAME_SIZE_PTREGS (STACK_FRAME_OVERHEAD + __PT_SIZE)
1614
#define STACK_PTREGS (STACK_FRAME_OVERHEAD)

0 commit comments

Comments
 (0)