]> git.baikalelectronics.ru Git - kernel.git/commit
staging: ion: remove struct page_info
authorHeesub Shin <heesub.shin@samsung.com>
Fri, 30 May 2014 01:26:28 +0000 (10:26 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 22:38:33 +0000 (15:38 -0700)
commitdcf6c93d0cd7e677e8eb43a82bf5d41759fb57ec
treee0346d0fa19b20a124cc54c9d5334d63b8629654
parentd6ac39c6ef230e13b57217b4727a8399cebd0c4e
staging: ion: remove struct page_info

ION system heap creates a temporary list of pages to build
scatter/gather table, introducing an internal data type, page_info. Now
that the order field has been removed from it, we do not need to depend
on such data type anymore.

Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
Reviewed-by: Mitchel Humpherys <mitchelh@codeaurora.org>
Tested-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion_system_heap.c