commit | ddeb587b94654e9d7b5f3a4ff5c3620affca9053 | [log] [tgz] |
---|---|---|
author | Laura Abbott <labbott@redhat.com> | Tue Apr 18 11:27:08 2017 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Apr 18 20:43:14 2017 +0200 |
tree | bdd331c7a4d8729ff08344c26a8913cf4e4956f1 | |
parent | b0c7cb2623ede9823850945ba1e9eb442fd668a7 [diff] |
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>