diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2023-11-15 11:39:02 +0100 |
---|---|---|
committer | Alexander Gordeev <agordeev@linux.ibm.com> | 2023-11-22 13:55:13 +0100 |
commit | 0a9ace1117bbaa25687468af703b472235f5c210 (patch) | |
tree | 5fb7f58d6e3f433f3ec37ce23e39e65585abc242 /arch | |
parent | s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init() (diff) | |
download | linux-0a9ace1117bbaa25687468af703b472235f5c210.tar.xz linux-0a9ace1117bbaa25687468af703b472235f5c210.zip |
s390: remove odd comment
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |