From: Adrian Bunk Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- mm/vmscan.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN mm/vmscan.c~swsusp-rework-memory-shrinker-rev-2-fix mm/vmscan.c --- 25/mm/vmscan.c~swsusp-rework-memory-shrinker-rev-2-fix Thu Apr 27 15:45:05 2006 +++ 25-akpm/mm/vmscan.c Thu Apr 27 15:45:05 2006 @@ -1285,8 +1285,8 @@ void wakeup_kswapd(struct zone *zone, in * * For pass > 3 we also try to shrink the LRU lists that contain a few pages */ -unsigned long shrink_all_zones(unsigned long nr_pages, int pass, int prio, - struct scan_control *sc) +static unsigned long shrink_all_zones(unsigned long nr_pages, int pass, + int prio, struct scan_control *sc) { struct zone *zone; unsigned long nr_to_scan, ret = 0; _