summaryrefslogtreecommitdiff
path: root/kernel/reboot.c
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2022-04-27 21:10:02 +0800
committerLuis Chamberlain <mcgrof@kernel.org>2022-05-09 16:54:57 -0700
commit494dcdf46e5cdee926c9f441d37e3ea1db57d1da (patch)
tree9f23fc6c9dead073e0345f3c72a737ae275a9563 /kernel/reboot.c
parent764aaf44cd64dd1f760268ee0b22d2dc53cd5bc0 (diff)
sched: Fix build warning without CONFIG_SYSCTL
IF CONFIG_SYSCTL is n, build warn: kernel/sched/core.c:1782:12: warning: ‘sysctl_sched_uclamp_handler’ defined but not used [-Wunused-function] static int sysctl_sched_uclamp_handler(struct ctl_table *table, int write, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ sysctl_sched_uclamp_handler() is used while CONFIG_SYSCTL enabled, wrap all related code with CONFIG_SYSCTL to fix this. Fixes: 3267e0156c33 ("sched: Move uclamp_util sysctls to core.c") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'kernel/reboot.c')
0 files changed, 0 insertions, 0 deletions