From: Michael Ellerman Date: Wed, 25 Jul 2012 21:20:01 +0000 (+0000) Subject: powerpc: Remove abs_to_virt() now all users have been fixed X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4130b5d7b733c94055c53056b43aa887dc163d99;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git powerpc: Remove abs_to_virt() 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 4c92fba8c92c..80a9535cb30d 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 */