powerpc: Remove abs_to_virt() now all users have been fixed

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:01 +00:00 committed by Benjamin Herrenschmidt
parent 6bfa5c586b
commit 4130b5d7b7
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@
/* Convenience macros */
#define virt_to_abs(va) __pa(va)
#define abs_to_virt(aa) __va(aa)
#endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_ABS_ADDR_H */