]> rtime.felk.cvut.cz Git - linux-imx.git/commit
drivers/macintosh/smu.c: Replace abs_to_virt() with __va()
authorMichael Ellerman <michael@ellerman.id.au>
Wed, 25 Jul 2012 21:19:54 +0000 (21:19 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 5 Sep 2012 05:18:45 +0000 (15:18 +1000)
commit48817c58066fe61d3dde100e2c0dd7054418ee92
tree75aef70611b4ac74b3c4178580f459392a340508
parentb4b8d1e48e05313b163a36946be1a82e5bc5f9ad
drivers/macintosh/smu.c: Replace abs_to_virt() with __va()

abs_to_virt() is just a wrapper around __va(), call __va() directly.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
drivers/macintosh/smu.c