diff options
Diffstat (limited to 'include/addr_map.h')
| -rw-r--r-- | include/addr_map.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/addr_map.h b/include/addr_map.h index d55f5f64e..dda4d6e71 100644 --- a/include/addr_map.h +++ b/include/addr_map.h @@ -22,7 +22,7 @@  #include <asm/types.h>  extern phys_addr_t addrmap_virt_to_phys(void *vaddr); -extern unsigned long addrmap_phys_to_virt(phys_addr_t paddr); +extern void *addrmap_phys_to_virt(phys_addr_t paddr);  extern void addrmap_set_entry(unsigned long vaddr, phys_addr_t paddr,  				phys_size_t size, int idx); |