aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/interrupts.py
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2023-12-04 12:57:09 +0100
committerAndrew Morton <[email protected]>2023-12-10 17:21:42 -0800
commitd1f4b2b875e49dbbc9114bf340ee6871a892d014 (patch)
tree3a06630ef97196b26aaf09ee5f96cbebbb723462 /scripts/gdb/linux/interrupts.py
parentb4fc7a3c37c3cd053f3ccf0553d7837e9d3e810b (diff)
mips: smp: fix setup_profiling_timer() prototype
The function is unconditionally defined in smp.c but is conditionally declared in a header that is not included here. arch/mips/kernel/smp.c:473:5: error: no previous prototype for 'setup_profiling_timer' [-Werror=missing-prototypes] Add the missing #include and #ifdef to match the declaration. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]> Cc: Stephen Rothwell <[email protected]> Cc: Thomas Bogendoerfer <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/interrupts.py')
0 files changed, 0 insertions, 0 deletions