powerpc: Remove virt_to_abs() now all users have been fixed
Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
4130b5d7b7
commit
c6424e32c3
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue