From: KOSAKI Motohiro Date: Tue, 6 Jan 2009 22:39:46 +0000 (-0800) Subject: mm: make setup_per_zone_inactive_ratio() static X-Git-Tag: v2.6.29-rc1~436 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=efab81864161f8c546d4403873e7ae7831ed5b26;p=linux-2.6-omap-h63xx.git mm: make setup_per_zone_inactive_ratio() static Sparse output following warning. mm/page_alloc.c:4301:6: warning: symbol 'setup_per_zone_inactive_ratio' was not declared. Should it be static? cleanup here. Signed-off-by: KOSAKI Motohiro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 65133436fe3..31c512410a9 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -4314,7 +4314,7 @@ void setup_per_zone_pages_min(void) * 1TB 101 10GB * 10TB 320 32GB */ -void setup_per_zone_inactive_ratio(void) +static void setup_per_zone_inactive_ratio(void) { struct zone *zone;