diff options
author | Michael Ellerman | 2012-07-25 21:20:00 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt | 2012-09-05 15:19:32 +1000 |
commit | 6bfa5c586b87a36f742e0525e6c337074b68978d (patch) | |
tree | 164c6a686ba60cc8f60bd5d88b58986a93cd9382 | |
parent | f6b3df625ab8285398b4acf02942a8e742e72efc (diff) |
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>
-rw-r--r-- | arch/powerpc/include/asm/abs_addr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/abs_addr.h b/arch/powerpc/include/asm/abs_addr.h index 419aab7176a2..4c92fba8c92c 100644 --- a/arch/powerpc/include/asm/abs_addr.h +++ b/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) |