diff options
author | Yi Wang <[email protected]> | 2019-01-03 15:28:03 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2019-01-04 13:13:47 -0800 |
commit | fb5bf31722d0805a3f394f7d59f2e8cd07acccb7 (patch) | |
tree | 645d3db58b8d27ad57d5a2841e7f4c5b31cd504e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 306790f75ac2fe021a900395255e468807002c42 (diff) |
fork: fix some -Wmissing-prototypes warnings
We get a warning when building kernel with W=1:
kernel/fork.c:167:13: warning: no previous prototype for `arch_release_thread_stack' [-Wmissing-prototypes]
kernel/fork.c:779:13: warning: no previous prototype for `fork_init' [-Wmissing-prototypes]
Add the missing declaration in head file to fix this.
Also, remove arch_release_thread_stack() completely because no arch
seems to implement it since bb9d81264 (arch: remove tile port).
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Yi Wang <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Acked-by: Mike Rapoport <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions