MIPS: Replace use of phys_t with phys_addr_t.
[linux-drm-fsl-dcu.git] / arch / mips / include / asm / mach-generic / ioremap.h
index b379938d47f0f4b7b580cb1c21d603112ca4c216..513371f7c39cf70a3a2fdd2e505347ac6cb572eb 100644 (file)
  * Allow physical addresses to be fixed up to help peripherals located
  * outside the low 32-bit range -- generic pass-through version.
  */
-static inline phys_t fixup_bigphys_addr(phys_t phys_addr, phys_t size)
+static inline phys_addr_t fixup_bigphys_addr(phys_addr_t phys_addr, phys_addr_t size)
 {
        return phys_addr;
 }
 
-static inline void __iomem *plat_ioremap(phys_t offset, unsigned long size,
+static inline void __iomem *plat_ioremap(phys_addr_t offset, unsigned long size,
        unsigned long flags)
 {
        return NULL;