aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-sub-ui.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2023-05-22 21:50:19 +0200
committerPeter Zijlstra <[email protected]>2023-05-30 22:46:25 +0200
commitc0bdfd72fbfb7319581bd5bb09b4f10979385bac (patch)
tree475fec5bdf26732394784a6b66e99df314792fd4 /lib/mpi/mpi-sub-ui.c
parent378be384e01f13fc44d0adc70873de525586ad74 (diff)
sched/fair: Hide unused init_cfs_bandwidth() stub
init_cfs_bandwidth() is only used when CONFIG_FAIR_GROUP_SCHED is enabled, and without this causes a W=1 warning for the missing prototype: kernel/sched/fair.c:6131:6: error: no previous prototype for 'init_cfs_bandwidth' The normal implementation is only defined for CONFIG_CFS_BANDWIDTH, so the stub exists when CFS_BANDWIDTH is disabled but FAIR_GROUP_SCHED is enabled. 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