From: Daniel Kiper Date: Wed, 25 May 2011 00:12:31 +0000 (-0700) Subject: mm: remove dependency on CONFIG_FLATMEM from online_page() X-Git-Tag: v3.0-rc1~238 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3bc42f584cf9024580adeb4031d4202dac05858;p=pandora-kernel.git mm: remove dependency on CONFIG_FLATMEM from online_page() online_pages() is only compiled for CONFIG_MEMORY_HOTPLUG_SPARSE, so there is no need to support CONFIG_FLATMEM code within it. This patch removes code that is never used. Signed-off-by: Daniel Kiper Acked-by: Dave Hansen Acked-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed