commit | 88d1bf7f9114f2af50dcbe48d6dfe8ec07803c42 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Wed Apr 27 12:38:02 2022 +1000 |
committer | Stephen Rothwell <sfr@canb.auug.org.au> | Fri May 20 23:08:24 2022 +1000 |
tree | 8d15c5173b6c0e317a93eaa0e3c56f864bd1ebea | |
parent | 51e74e8614a6543d8eedeab5790677c6f7e2160a [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> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>