From: Rashika Kheria Date: Thu, 3 Apr 2014 21:48:02 +0000 (-0700) Subject: mm/memory.c: mark functions as static X-Git-Tag: v3.15-rc1~106^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b19a99392a6344e34a82c5e33b9c9d25d0d0fda7;p=pandora-kernel.git mm/memory.c: mark functions as static mark functions as static in memory.c because they are not used outside this file. This eliminates the following warnings in mm/memory.c: mm/memory.c:3530:5: warning: no previous prototype for `numa_migrate_prep' [-Wmissing-prototypes] mm/memory.c:3545:5: warning: no previous prototype for `do_numa_page' [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Reviewed-by: Rik van Riel Acked-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed