From: Heiko Carstens Date: Wed, 15 Nov 2023 10:39:02 +0000 (+0100) Subject: s390: remove odd comment X-Git-Tag: microblaze-v6.10~773^2~4 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=0a9ace1117bbaa25687468af703b472235f5c210;p=linux-2.6-microblaze.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 dc17896a001a..c15eadbb9983 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;