diff options
author | Daniel Thompson <[email protected]> | 2023-06-30 21:12:06 +0100 |
---|---|---|
committer | Daniel Thompson <[email protected]> | 2023-07-03 09:27:12 +0100 |
commit | b6464883f45ae6412de33e53587974fd86ba811e (patch) | |
tree | d56a795443f7716126d8ab620f601420bc138bc9 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 1ed0555850cdaa3113a32891d273f7a859565264 (diff) |
kdb: move kdb_send_sig() declaration to a better header file
kdb_send_sig() is defined in the signal code and called from kdb,
but the declaration is part of the kdb internal code.
Move the declaration to the shared header to avoid the warning:
kernel/signal.c:4789:6: error: no previous prototype for 'kdb_send_sig' [-Werror=missing-prototypes]
Reported-by: Arnd Bergmann <[email protected]>
Closes: https://lore.kernel.org/lkml/[email protected]/
Signed-off-by: Daniel Thompson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions