powerpc: Remove phys_to_abs() now all users have been removed

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Michael Ellerman 2012-07-25 21:20:00 +00:00 committed by Benjamin Herrenschmidt
parent f6b3df625a
commit 6bfa5c586b

View File

@ -18,8 +18,6 @@
#include <asm/page.h>
#include <asm/prom.h>
#define phys_to_abs(pa) (pa)
/* Convenience macros */
#define virt_to_abs(va) __pa(va)
#define abs_to_virt(aa) __va(aa)