From: Heesub Shin Date: Fri, 30 May 2014 01:26:27 +0000 (+0900) Subject: staging: ion: remove order from struct page_info X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1789 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d10e4ffd64a19d88f085e92a4b0a2470aa336915;p=pandora-kernel.git staging: ion: remove order from struct page_info ION system heap uses an internal data structure, struct page_info, for tracking down the meta information of the pages allocated from the pool. Now that the pool returns compound pages, we don't need to store page order in struct page_info. Signed-off-by: Heesub Shin Reviewed-by: Mitchel Humpherys Tested-by: John Stultz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed