projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
673752a
)
s390: remove odd comment
author
Heiko Carstens
<hca@linux.ibm.com>
Wed, 15 Nov 2023 10:39:02 +0000
(11:39 +0100)
committer
Alexander 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
patch
|
blob
|
history
diff --git
a/arch/s390/include/asm/processor.h
b/arch/s390/include/asm/processor.h
index dc17896a001a9235d8cf21374f323917e46d1e97..c15eadbb998343cb74aad00c48145e6d602302ee 100644
(file)
--- 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;