powerpc/ps3: Replace virt_to_abs() with __pa()
authorMichael Ellerman <michael@ellerman.id.au>
Wed, 25 Jul 2012 21:19:59 +0000 (21:19 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 5 Sep 2012 05:19:31 +0000 (15:19 +1000)
commitf6b3df625ab8285398b4acf02942a8e742e72efc
treeddc064d1988aa507b030971b10da0e1c98d17271
parentd88dc13a2463cac2a909d6b8570b7d47f88f1b6e
powerpc/ps3: Replace virt_to_abs() with __pa()

virt_to_abs() is just a wrapper around __pa(), call __pa() directly.

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