diff options
-rw-r--r-- | arch/arm/mach-s3c6400/include/mach/memory.h | 3 |
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 @@ | |||
15 | 15 | ||
16 | #define PHYS_OFFSET UL(0x50000000) | 16 | #define PHYS_OFFSET UL(0x50000000) |
17 | 17 | ||
18 | #define __virt_to_bus(x) __virt_to_phys(x) | ||
19 | #define __bus_to_virt(x) __phys_to_virt(x) | ||
20 | |||
21 | #endif | 18 | #endif |