Re: [PATCH 5/9] mm: Mark functions as static in migrate.c

2014-02-07 Thread David Rientjes
On Fri, 7 Feb 2014, Rashika Kheria wrote: > Mark functions as static in migrate.c because they are not used outside > this file. > > This eliminates the following warnings in mm/migrate.c: > mm/migrate.c:1595:6: warning: no previous prototype for > ‘numamigrate_update_ratelimit’ [-Wmissing-proto

Re: [PATCH 5/9] mm: Mark functions as static in migrate.c

2014-02-07 Thread Rik van Riel
On 02/07/2014 07:08 AM, Rashika Kheria wrote: > Mark functions as static in migrate.c because they are not used outside > this file. > > This eliminates the following warnings in mm/migrate.c: > mm/migrate.c:1595:6: warning: no previous prototype for > ‘numamigrate_update_ratelimit’ [-Wmissing-pr