diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-09-20 08:21:29 +0300 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2023-09-20 15:03:19 +0300 |
commit | 4ec4b8b1ec313af90a0488fe3c6a47dba2b8c198 (patch) | |
tree | 4bd6cc7460f0a128918b171bf2c58618060c688c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ccf9d278e5bba465fe7990aa2dde2825697db79c (diff) | |
download | linux-4ec4b8b1ec313af90a0488fe3c6a47dba2b8c198.tar.xz |
xtensa: signal: include headers for function prototypes
Add <asm/syscall.h> to satisfy the xtensa_rt_sigreturn() prototype
warning.
Add <asm/processor.h> to satisfy the do_notify_resume() prototype
warning.
arch/xtensa/kernel/signal.c:246:17: warning: no previous prototype for 'xtensa_rt_sigreturn' [-Wmissing-prototypes]
arch/xtensa/kernel/signal.c:525:6: warning: no previous prototype for 'do_notify_resume' [-Wmissing-prototypes]
525 | void do_notify_resume(struct pt_regs *regs)
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Chris Zankel <chris@zankel.net>
Cc: Max Filippov <jcmvbkbc@gmail.com>
Message-Id: <20230920052139.10570-7-rdunlap@infradead.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions