staging: android: ion: Get rid of ion_phys_addr_t
authorLaura Abbott <labbott@redhat.com>
Tue, 18 Apr 2017 18:27:08 +0000 (11:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Apr 2017 18:43:14 +0000 (20:43 +0200)
commitddeb587b94654e9d7b5f3a4ff5c3620affca9053
treebdd331c7a4d8729ff08344c26a8913cf4e4956f1
parentb0c7cb2623ede9823850945ba1e9eb442fd668a7
staging: android: ion: Get rid of ion_phys_addr_t

Once upon a time, phys_addr_t was not everywhere in the kernel. These
days it is used enough places that having a separate Ion type doesn't
make sense. Remove the extra type and just use phys_addr_t directly.

Signed-off-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion.h
drivers/staging/android/ion/ion_carveout_heap.c
drivers/staging/android/ion/ion_chunk_heap.c
drivers/staging/android/ion/ion_heap.c