Re: [PATCH 7/9] mm: Mark functions as static in page_cgroup.c

From: David Rientjes
Date: Fri Feb 07 2014 - 15:56:22 EST


On Fri, 7 Feb 2014, Rashika Kheria wrote:

> Mark functions as static in page_cgroup.c because they are not used
> outside this file.
>
> This eliminates the following warning in mm/page_cgroup.c:
> mm/page_cgroup.c:177:6: warning: no previous prototype for â__free_page_cgroupâ [-Wmissing-prototypes]
> mm/page_cgroup.c:190:15: warning: no previous prototype for âonline_page_cgroupâ [-Wmissing-prototypes]
> mm/page_cgroup.c:225:15: warning: no previous prototype for âoffline_page_cgroupâ [-Wmissing-prototypes]
>
> Signed-off-by: Rashika Kheria <rashika.kheria@xxxxxxxxx>
> Reviewed-by: Josh Triplett <josh@xxxxxxxxxxxxxxxx>

Acked-by: David Rientjes <rientjes@xxxxxxxxxx>