Browse Source

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>
Michael Ellerman 13 years ago
parent
commit
6bfa5c586b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      arch/powerpc/include/asm/abs_addr.h

+ 0 - 2
arch/powerpc/include/asm/abs_addr.h

@@ -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)