From: Michele Curti Date: Sat, 13 Dec 2014 00:56:35 +0000 (-0800) Subject: mm/memcontrol.c: fix defined but not used compiler warning X-Git-Tag: omap-for-v3.20/drop-legacy-3517~97^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae6e71d3d900c398bdb346ac25733b2efa9b3752;p=pandora-kernel.git mm/memcontrol.c: fix defined but not used compiler warning test_mem_cgroup_node_reclaimable() is used only when MAX_NUMNODES > 1, so move it into the compiler if statement [akpm@linux-foundation.org: clean up layout] Signed-off-by: Michele Curti Acked-by: Michal Hocko Cc: Johannes Weiner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed