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

Commit 5bdf6731 authored by Ben Dooks's avatar Ben Dooks
Browse files

[ARM] S3C64XX: Remove __virt_to_bus/__bus_to_virt macros



The changes for ARM highmem support have removed the need
for the __virt_to_bus and __bus_to_virt macros, so remove them
from this build.

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent dbf35992
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -15,7 +15,4 @@

#define PHYS_OFFSET     UL(0x50000000)

#define __virt_to_bus(x) __virt_to_phys(x)
#define __bus_to_virt(x) __phys_to_virt(x)

#endif