commit | a19cad0691597eb79c123b8a19a9faba5ab7d90e | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Wed Jun 01 15:57:16 2022 -0700 |
committer | akpm <akpm@linux-foundation.org> | Wed Jun 01 15:57:16 2022 -0700 |
tree | 7e355f8c373f183c69f7dcbb383f885fe0cf3dc5 | |
parent | b3e34a47f98974d0844444c5121aaff123004e57 [diff] |
mm/oom_kill.c: fix vm_oom_kill_table[] ifdeffery arm allnoconfig: mm/oom_kill.c:60:25: warning: 'vm_oom_kill_table' defined but not used [-Wunused-variable] 60 | static struct ctl_table vm_oom_kill_table[] = { | ^~~~~~~~~~~~~~~~~ Cc: Luis Chamberlain <mcgrof@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>