From: Heesub Shin Date: Wed, 28 May 2014 06:52:54 +0000 (+0900) Subject: staging: ion: remove struct ion_page_pool_item X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38c003b113ceab37f80d020999d3ec2cbf784da3;p=pandora-kernel.git staging: ion: remove struct ion_page_pool_item The page pool uses an internal data structure, ion_page_pool_item, for wrapping pooled pages and constructing a list. As the struct page already provides ways for doing exactly the same thing, we do not need to reinvent the wheel. This commit removes the data structure and slab allocations for it. Signed-off-by: Heesub Shin Reviewed-by: Mitchel Humpherys Tested-by: John Stultz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed