From: Michael Ellerman Date: Wed, 25 Jul 2012 21:20:02 +0000 (+0000) Subject: powerpc: Remove virt_to_abs() now all users have been fixed X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c6424e32c30a06a13e5d2505058a8496bd318d6a;p=openwrt%2Fstaging%2Fblogic.git powerpc: Remove virt_to_abs() now all users have been fixed Signed-off-by: Michael Ellerman Signed-off-by: Benjamin Herrenschmidt --- diff --git a/arch/powerpc/include/asm/abs_addr.h b/arch/powerpc/include/asm/abs_addr.h index 80a9535cb30d..dc667d45603e 100644 --- a/arch/powerpc/include/asm/abs_addr.h +++ b/arch/powerpc/include/asm/abs_addr.h @@ -18,8 +18,5 @@ #include #include -/* Convenience macros */ -#define virt_to_abs(va) __pa(va) - #endif /* __KERNEL__ */ #endif /* _ASM_POWERPC_ABS_ADDR_H */