From: Masahiro Yamada Date: Sun, 6 Aug 2023 15:16:38 +0000 (+0900) Subject: s390: remove unneeded #include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1e66317a7f575b07a837b7dcbf4bf636282ea8a2;p=linux.git s390: remove unneeded #include There is no EXPORT_SYMBOL line there, hence #include is unneeded. Signed-off-by: Masahiro Yamada Link: https://lore.kernel.org/r/20230806151641.394720-1-masahiroy@kernel.org Signed-off-by: Heiko Carstens --- diff --git a/arch/s390/kernel/mcount.S b/arch/s390/kernel/mcount.S index 71c5fa05e7f17..ae4d4fd9afcd1 100644 --- a/arch/s390/kernel/mcount.S +++ b/arch/s390/kernel/mcount.S @@ -9,8 +9,6 @@ #include #include #include -#include - #define STACK_FRAME_SIZE_PTREGS (STACK_FRAME_OVERHEAD + __PT_SIZE) #define STACK_PTREGS (STACK_FRAME_OVERHEAD)