diff options
| author | Jan Kiszka <[email protected]> | 2021-04-11 08:12:16 +0000 |
|---|---|---|
| committer | Borislav Petkov <[email protected]> | 2021-04-12 11:12:46 +0000 |
| commit | f7b21a0e41171d22296b897dac6e4c41d2a3643c (patch) | |
| tree | 859480701e405c7c78e5654b7550c6c510b49fd4 /lib/dynamic_debug.c | |
| parent | x86/platform/intel/quark: Fix incorrect kernel-doc comment syntax in files (diff) | |
| download | kernel-f7b21a0e41171d22296b897dac6e4c41d2a3643c.tar.gz kernel-f7b21a0e41171d22296b897dac6e4c41d2a3643c.zip | |
x86/asm: Ensure asm/proto.h can be included stand-alone
Fix:
../arch/x86/include/asm/proto.h:14:30: warning: ‘struct task_struct’ declared \
inside parameter list will not be visible outside of this definition or declaration
long do_arch_prctl_64(struct task_struct *task, int option, unsigned long arg2);
^~~~~~~~~~~
.../arch/x86/include/asm/proto.h:40:34: warning: ‘struct task_struct’ declared \
inside parameter list will not be visible outside of this definition or declaration
long do_arch_prctl_common(struct task_struct *task, int option,
^~~~~~~~~~~
if linux/sched.h hasn't be included previously. This fixes a build error
when this header is used outside of the kernel tree.
[ bp: Massage commit message. ]
Signed-off-by: Jan Kiszka <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions
