From: Colin Cross Date: Sat, 14 Dec 2013 03:26:25 +0000 (-0800) Subject: ion: remove ion_heap_alloc_pages X-Git-Tag: v3.14-rc1~150^2~372 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3056906bfb98d10618122bc2ba7d142a61fcaf1;p=pandora-kernel.git ion: remove ion_heap_alloc_pages Now that ion_vm_fault doesn't need a struct page with a nonzero refcount, there is no need allocate heap memory for cached pages using split_page. Remove the ion_heap_alloc_pages and ion_heap_free_pages helpers in favor of direct calls to alloc_pages and __free_pages, and remove the special handling in the system heap. Signed-off-by: Colin Cross Signed-off-by: John Stultz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed