From: Rashika Kheria Date: Thu, 3 Apr 2014 21:48:06 +0000 (-0700) Subject: mm/nobootmem.c: mark function as static X-Git-Tag: v3.15-rc1~106^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de498507258210b06a008138abbb24d148dee49d;p=pandora-kernel.git mm/nobootmem.c: mark function as static Mark function as static in nobootmem.c because it is not used outside this file. This eliminates the following warning in mm/nobootmem.c: mm/nobootmem.c:324:15: warning: no previous prototype for `___alloc_bootmem_node' [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Acked-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed