Re: [PATCH] arch/h8300: eliminate ptrace.h warnings

2018-07-22 Thread Yoshinori Sato
On Fri, 20 Jul 2018 11:34:53 +0900, Randy Dunlap wrote: > > From: Randy Dunlap > > Add a "struct task_struct;" stub to arch/h8300's ptrace.h header to > eliminate gcc warnings (gcc version is 8.1.0). > > ../arch/h8300/include/asm/ptrace.h:32:34: warning: 'struct task_struct' > declared inside

[PATCH] arch/h8300: eliminate ptrace.h warnings

2018-07-19 Thread Randy Dunlap
From: Randy Dunlap Add a "struct task_struct;" stub to arch/h8300's ptrace.h header to eliminate gcc warnings (gcc version is 8.1.0). ../arch/h8300/include/asm/ptrace.h:32:34: warning: 'struct task_struct' declared inside parameter list will not be visible outside of this definition or declara