diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2012-07-25 21:19:53 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-09-05 15:18:45 +1000 |
commit | b4b8d1e48e05313b163a36946be1a82e5bc5f9ad (patch) | |
tree | fe8f502ead38666aae28e573465b7ecc48f6ba6a /drivers/macintosh | |
parent | 579468a9f4634c18a59ce8435c12b0623c8b924f (diff) | |
download | linux-b4b8d1e48e05313b163a36946be1a82e5bc5f9ad.tar.bz2 |
IB/ehca: Remove uses of virt_to_abs() and abs_to_virt()
abs_to_virt() simply calls __va() and we'd like to get rid of it,
so replace all abs_to_virt() uses with __va().
__va() returns void *, so when assigning to a pointer there's no need
to cast.
Similarly virt_to_abs() just calls __pa().
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/macintosh')
0 files changed, 0 insertions, 0 deletions