projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1b9c27
)
s390: remove unneeded #include <asm/export.h>
author
Masahiro Yamada
<masahiroy@kernel.org>
Sun, 6 Aug 2023 15:16:38 +0000
(
00:16
+0900)
committer
Heiko 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
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/mcount.S
b/arch/s390/kernel/mcount.S
index 71c5fa05e7f17f9c0e16f8926d5f738f3a199824..ae4d4fd9afcd1c4068b64a77018aa4cd059c7e41 100644
(file)
--- 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)