Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6424e32 authored by Michael Ellerman's avatar Michael Ellerman Committed by Benjamin Herrenschmidt
Browse files

powerpc: Remove virt_to_abs() now all users have been fixed

parent 4130b5d7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 */