From: Heiko Carstens Date: Wed, 15 Nov 2023 10:39:02 +0000 (+0100) Subject: s390: remove odd comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0a9ace1117bbaa25687468af703b472235f5c210;p=linux.git s390: remove odd comment In the meantime hopefully most people got used to forward declarations, therefore remove the explanation. Signed-off-by: Heiko Carstens Signed-off-by: Alexander Gordeev --- diff --git a/arch/s390/include/asm/processor.h b/arch/s390/include/asm/processor.h index dc17896a001a9..c15eadbb99834 100644 --- a/arch/s390/include/asm/processor.h +++ b/arch/s390/include/asm/processor.h @@ -228,7 +228,6 @@ typedef struct thread_struct thread_struct; execve_tail(); \ } while (0) -/* Forward declaration, a strange C thing */ struct task_struct; struct mm_struct; struct seq_file;