Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
[linux-2.6-block.git] / arch / mips / include / asm / io.h
index 4597017f147b169174b1a97e935853c577786db1..97a280640daf2cca5dceed1ba03dcb83c4901287 100644 (file)
@@ -149,8 +149,6 @@ static inline void *isa_bus_to_virt(unsigned long address)
        return phys_to_virt(address);
 }
 
-#define isa_page_to_bus page_to_phys
-
 /*
  * However PCI ones are not necessarily 1:1 and therefore these interfaces
  * are forbidden in portable PCI drivers.