aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2023-11-15 11:39:02 +0100
committerAlexander Gordeev <agordeev@linux.ibm.com>2023-11-22 13:55:13 +0100
commit0a9ace1117bbaa25687468af703b472235f5c210 (patch)
tree5fb7f58d6e3f433f3ec37ce23e39e65585abc242
parent673752a839694133a328610fcbc54f3d59ae87f3 (diff)
downloadqueue-0a9ace1117bbaa25687468af703b472235f5c210.tar.gz
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>
-rw-r--r--arch/s390/include/asm/processor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/processor.h b/arch/s390/include/asm/processor.h
index dc17896a001a92..c15eadbb998343 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;