diff options
author | Arnd Bergmann <[email protected]> | 2023-05-22 21:50:18 +0200 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2023-05-30 22:46:25 +0200 |
commit | 378be384e01f13fc44d0adc70873de525586ad74 (patch) | |
tree | 8d02e89e47cb4045a392adf9e4c4bfa6f2ce003c /lib/mpi/mpi-sub-ui.c | |
parent | d55ebae3f3122b07689cc4c34043114e09ce904c (diff) |
sched: Add schedule_user() declaration
The schedule_user() function is used on powerpc and sparc architectures, but
only ever called from assembler, so it has no prototype, causing a harmless W=1
warning:
kernel/sched/core.c:6730:35: error: no previous prototype for 'schedule_user' [-Werror=missing-prototypes]
Add a prototype in sched/sched.h to shut up the warning.
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Vincent Guittot <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions