[PATCH 16/18] powerpc: Remove virt_to_abs() now all users have been fixed
Michael Ellerman
michael at ellerman.id.au
Thu Jul 26 17:20:02 EST 2012
Signed-off-by: Michael Ellerman <michael at ellerman.id.au>
---
arch/powerpc/include/asm/abs_addr.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/powerpc/include/asm/abs_addr.h b/arch/powerpc/include/asm/abs_addr.h
index 80a9535..dc667d4 100644
--- a/arch/powerpc/include/asm/abs_addr.h
+++ b/arch/powerpc/include/asm/abs_addr.h
@@ -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 */
--
1.7.9.5
More information about the Linuxppc-dev
mailing list