From patchwork Thu Jul 26 07:20:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [16/18] powerpc: Remove virt_to_abs() now all users have been fixed From: Michael Ellerman X-Patchwork-Id: 173362 Message-Id: <1343287204-7700-16-git-send-email-michael@ellerman.id.au> To: Date: Thu, 26 Jul 2012 17:20:02 +1000 Signed-off-by: Michael Ellerman --- 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 #include -/* Convenience macros */ -#define virt_to_abs(va) __pa(va) - #endif /* __KERNEL__ */ #endif /* _ASM_POWERPC_ABS_ADDR_H */