From: Robert Jennings Date: Mon, 28 Oct 2013 14:20:50 +0000 (-0500) Subject: powerpc: Fix warnings for arch/powerpc/mm/numa.c X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~19^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec32dd663da29d0e2e3ca964d6a94c683a6582a9;p=pandora-kernel.git powerpc: Fix warnings for arch/powerpc/mm/numa.c Simple fixes for sparse warnings in this file. Resolves: arch/powerpc/mm/numa.c:198:24: warning: Using plain integer as NULL pointer arch/powerpc/mm/numa.c:1157:5: warning: symbol 'hot_add_node_scn_to_nid' was not declared. Should it be static? arch/powerpc/mm/numa.c:1238:28: warning: Using plain integer as NULL pointer arch/powerpc/mm/numa.c:1538:6: warning: symbol 'topology_schedule_update' was not declared. Should it be static? Signed-off-by: Robert C Jennings Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed