Skip to content

Commit

Permalink
[ARM] S3C64XX: Remove __virt_to_bus/__bus_to_virt macros
Browse files Browse the repository at this point in the history
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: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Dec 18, 2008
1 parent dbf3599 commit 5bdf673
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/arm/mach-s3c6400/include/mach/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5bdf673

Please sign in to comment.