From: Andrew Morton Date: Tue, 26 Oct 2010 21:22:05 +0000 (-0700) Subject: mm/memory_hotplug.c: make scan_lru_pages() static X-Git-Tag: accepted/tizen/common/20141203.182822~9794^2~109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7bbc0905ea4f7a471a7f79d0bea5d538f5114fc9;p=platform%2Fkernel%2Flinux-arm64.git mm/memory_hotplug.c: make scan_lru_pages() static Reported-by: KOSAKI Motohiro Cc: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index b0dc654..bb63b36 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c @@ -646,7 +646,7 @@ static int test_pages_in_a_zone(unsigned long start_pfn, unsigned long end_pfn) * Scanning pfn is much easier than scanning lru list. * Scan pfn from start to end and Find LRU page. */ -unsigned long scan_lru_pages(unsigned long start, unsigned long end) +static unsigned long scan_lru_pages(unsigned long start, unsigned long end) { unsigned long pfn; struct page *page;