mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
1b9c3ddcec
checker_stack_use_t32strd() and kprobe_handler() can be made static since they are not used from other files, while coverage_start_registers() and __kprobes_test_case() are used from assembler code, and just need a declaration to avoid a warning with the global definition. arch/arm/probes/kprobes/checkers-common.c:43:18: error: no previous prototype for 'checker_stack_use_t32strd' arch/arm/probes/kprobes/core.c:236:16: error: no previous prototype for 'kprobe_handler' arch/arm/probes/kprobes/test-core.c:723:10: error: no previous prototype for 'coverage_start_registers' arch/arm/probes/kprobes/test-core.c:918:14: error: no previous prototype for '__kprobes_test_case_start' arch/arm/probes/kprobes/test-core.c:952:14: error: no previous prototype for '__kprobes_test_case_end_16' arch/arm/probes/kprobes/test-core.c:967:14: error: no previous prototype for '__kprobes_test_case_end_32' Fixes: |
||
---|---|---|
.. | ||
actions-arm.c | ||
actions-common.c | ||
actions-thumb.c | ||
checkers-arm.c | ||
checkers-common.c | ||
checkers-thumb.c | ||
checkers.h | ||
core.c | ||
core.h | ||
Makefile | ||
opt-arm.c | ||
test-arm.c | ||
test-core.c | ||
test-core.h | ||
test-thumb.c |