From: Colin Cross Date: Sat, 14 Dec 2013 03:26:13 +0000 (-0800) Subject: ion: don't use phys_to_page or __phys_to_pfn X-Git-Tag: v3.14-rc1~150^2~384 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d804535c37cb669334781afdbc2987284621623;p=pandora-kernel.git ion: don't use phys_to_page or __phys_to_pfn phys_to_page and __phys_to_pfn don't exist on all platforms. Use a combination of pfn_to_page, PFN_DOWN, page_to_pfn, and virt_to_page to get the same results. Signed-off-by: Colin Cross Signed-off-by: John Stultz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed