]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
powerpc: Remove virt_to_abs() now all users have been fixed
authorMichael Ellerman <michael@ellerman.id.au>
Wed, 25 Jul 2012 21:20:02 +0000 (21:20 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 5 Sep 2012 05:19:33 +0000 (15:19 +1000)
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/abs_addr.h

index 80a9535cb30df0e25a64ac15b727b4d035871aac..dc667d45603ee626b01352afe962d16d3d70f492 100644 (file)
@@ -18,8 +18,5 @@
 #include <asm/page.h>
 #include <asm/prom.h>
 
-/* Convenience macros */
-#define virt_to_abs(va) __pa(va)
-
 #endif /* __KERNEL__ */
 #endif /* _ASM_POWERPC_ABS_ADDR_H */