On Fri, 7 Feb 2014, Rashika Kheria wrote: > 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 <rashika.khe...@gmail.com> > Reviewed-by: Josh Triplett <j...@joshtriplett.org>
Acked-by: David Rientjes <rient...@google.com>