summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c6400
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-12-14 23:14:07 +0000
committerBen Dooks <ben-linux@fluff.org>2008-12-18 16:35:54 +0000
commit5bdf67312e1ddc03cb29dad9bfe5b24988ee1c97 (patch)
tree4ebefe846c8cae7047ea40b4468ff690f6274d48 /arch/arm/mach-s3c6400
parentdbf35992e17334f9ae8b2ea35e795d0c264e57ef (diff)
[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: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6400')
-rw-r--r--arch/arm/mach-s3c6400/include/mach/memory.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c6400/include/mach/memory.h b/arch/arm/mach-s3c6400/include/mach/memory.h
index 38c381132f24..a3ac84a65480 100644
--- a/arch/arm/mach-s3c6400/include/mach/memory.h
+++ b/arch/arm/mach-s3c6400/include/mach/memory.h
@@ -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