aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpiutil.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2023-05-17 14:47:12 +0200
committerLinus Torvalds <[email protected]>2023-05-17 09:36:46 -0700
commita18ef64fe1e4558b14a6e0ca9fbe8264475b7013 (patch)
tree134461e1ecb927f1cd49eb6b9015c3d912db565a /lib/mpi/mpiutil.c
parentf1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6 (diff)
tracing: make ftrace_likely_update() declaration visible
This function is only used when CONFIG_TRACE_BRANCH_PROFILING is set and DISABLE_BRANCH_PROFILING is not set, and the declaration is hidden behind this combination of tests. But that causes a warning when building with CONFIG_TRACING_BRANCHES, since that sets DISABLE_BRANCH_PROFILING for the tracing code, and the declaration is thus hidden: kernel/trace/trace_branch.c:205:6: error: no previous prototype for 'ftrace_likely_update' [-Werror=missing-prototypes] Move the declaration out of the #ifdef to avoid the warning. Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions