From: Wei Yang Date: Tue, 8 Sep 2015 21:59:50 +0000 (-0700) Subject: mm/page_alloc.c: remove unused variable in free_area_init_core() X-Git-Tag: omap-for-v4.3/fixes-rc1~54^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f3eb55bfad8a6dfd880559210f5b21737d69815;p=pandora-kernel.git mm/page_alloc.c: remove unused variable in free_area_init_core() Commit febd5949e134 ("mm/memory hotplug: init the zone's size when calculating node totalpages") refines the function free_area_init_core(). After doing so, these two parameters are not used anymore. This patch removes these two parameters. Signed-off-by: Wei Yang Cc: Gu Zheng Acked-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed