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)
commit7eb88bffbd883fa78944799ff3887da916159a59
treee0346d0fa19b20a124cc54c9d5334d63b8629654
parentd10e4ffd64a19d88f085e92a4b0a2470aa336915
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
This page took 0.027795 seconds and 5 git commands to generate.