s390: remove odd comment
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 15 Nov 2023 10:39:02 +0000 (11:39 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Wed, 22 Nov 2023 12:55:13 +0000 (13:55 +0100)
In the meantime hopefully most people got used to forward
declarations, therefore remove the explanation.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/include/asm/processor.h

index dc17896a001a9235d8cf21374f323917e46d1e97..c15eadbb998343cb74aad00c48145e6d602302ee 100644 (file)
@@ -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;