linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-arm / arch-h720x / memory.h
index 53e923d..4a1bfd7 100644 (file)
@@ -23,7 +23,9 @@
  * There is something to do here later !, Mar 2000, Jungjun Kim
  */
 
+#define __virt_to_bus__is_a_macro
 #define __virt_to_bus(x)       __virt_to_phys(x)
+#define __bus_to_virt__is_a_macro
 #define __bus_to_virt(x)       __phys_to_virt(x)
 
 #endif