]> www.infradead.org Git - users/willy/xarray.git/commit
sched_ext: Add missing static to scx_has_op[]
authorTejun Heo <tj@kernel.org>
Fri, 6 Sep 2024 18:18:55 +0000 (08:18 -1000)
committerTejun Heo <tj@kernel.org>
Fri, 6 Sep 2024 18:18:55 +0000 (08:18 -1000)
commit02e65e1c1282b8e38638de238ac7410846898348
tree7f63257f6390240ffe1dd85c157bb98d6abd2115
parentda330f5e4c197980ce4d343b1e557c9f33282770
sched_ext: Add missing static to scx_has_op[]

scx_has_op[] is only used inside ext.c but doesn't have static. Add it.

Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202409062337.m7qqI88I-lkp@intel.com/
kernel/sched/ext.c