Re: [PATCH 2/9] mm: Mark functions as static in memory.c

From: David Rientjes
Date: Fri Feb 07 2014 - 15:47:24 EST


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.kheria@xxxxxxxxx>
> Reviewed-by: Josh Triplett <josh@xxxxxxxxxxxxxxxx>

Acked-by: David Rientjes <rientjes@xxxxxxxxxx>