diff options
Diffstat (limited to 'arch/mips/include/asm/io.h')
-rw-r--r-- | arch/mips/include/asm/io.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/include/asm/io.h b/arch/mips/include/asm/io.h index 845fbbc7a2e3..29997e42480e 100644 --- a/arch/mips/include/asm/io.h +++ b/arch/mips/include/asm/io.h | |||
@@ -102,9 +102,6 @@ static inline void set_io_port_base(unsigned long base) | |||
102 | #define iobarrier_w() wmb() | 102 | #define iobarrier_w() wmb() |
103 | #define iobarrier_sync() iob() | 103 | #define iobarrier_sync() iob() |
104 | 104 | ||
105 | /* Some callers use this older API instead. */ | ||
106 | #define mmiowb() iobarrier_w() | ||
107 | |||
108 | /* | 105 | /* |
109 | * virt_to_phys - map virtual addresses to physical | 106 | * virt_to_phys - map virtual addresses to physical |
110 | * @address: address to remap | 107 | * @address: address to remap |