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