[ARM] remove a common set of __virt_to_bus definitions
[safe/jmp/linux-2.6] / arch / arm / mach-ns9xxx / include / mach / memory.h
index 649ee62..6107193 100644 (file)
@@ -21,7 +21,4 @@
 
 #define PHYS_OFFSET    UL(0x00000000)
 
-#define __virt_to_bus(x) __virt_to_phys(x)
-#define __bus_to_virt(x) __phys_to_virt(x)
-
 #endif