]> git.sur5r.net Git - u-boot/blobdiff - include/asm-mips/io.h
Update Makefile for tag generating
[u-boot] / include / asm-mips / io.h
index 3a0f33f204d11c4ff18c180d128e9ad062624d58..025012ae60cdec23c9dff86e7182fc0e94591e96 100644 (file)
@@ -118,7 +118,7 @@ static inline void set_io_port_base(unsigned long base)
  * Change virtual addresses to physical addresses and vv.
  * These are trivial on the 1:1 Linux/MIPS mapping
  */
-extern inline unsigned long virt_to_phys(volatile void * address)
+extern inline phys_addr_t virt_to_phys(volatile void * address)
 {
        return CPHYSADDR(address);
 }