From: Colin Cross Date: Fri, 13 Dec 2013 22:25:06 +0000 (-0800) Subject: ion: don't use __arm_ioremap to map pages X-Git-Tag: v3.14-rc1~150^2~385 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8be3759a5e4ed91ffbe24d98b33a71f651cb3f9b;p=pandora-kernel.git ion: don't use __arm_ioremap to map pages ion_heap_map_kernel already implements mapping a scatterlist of pages into the kernel, and all heaps are required to have struct pages associated with them, so delete the functions that use __arm_ioremap and use ion_heap_map_kernel instead. Signed-off-by: Colin Cross Signed-off-by: John Stultz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed