diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-03-01 10:38:58 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:30:48 +0100 |
commit | 0f04afb59565c3029563b9a79b3513c9f3327a27 (patch) | |
tree | 36298347f5f44600560a525c537172b230b326a9 /include/asm-mips/io.h | |
parent | 2d32ffa44a5323fda147bd5b0723744a9163e37f (diff) | |
download | kernel-crypto-0f04afb59565c3029563b9a79b3513c9f3327a27.tar.gz kernel-crypto-0f04afb59565c3029563b9a79b3513c9f3327a27.tar.xz kernel-crypto-0f04afb59565c3029563b9a79b3513c9f3327a27.zip |
ISOify.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/io.h')
-rw-r--r-- | include/asm-mips/io.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/io.h b/include/asm-mips/io.h index 644c085e29f..e03cb77b131 100644 --- a/include/asm-mips/io.h +++ b/include/asm-mips/io.h @@ -202,10 +202,10 @@ extern unsigned long isa_slot_offset; */ #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) -extern void * __ioremap(phys_t offset, phys_t size, unsigned long flags); +extern void __iomem * __ioremap(phys_t offset, phys_t size, unsigned long flags); extern void __iounmap(volatile void __iomem *addr); -static inline void * __ioremap_mode(phys_t offset, unsigned long size, +static inline void __iomem * __ioremap_mode(phys_t offset, unsigned long size, unsigned long flags) { if (cpu_has_64bit_addresses) { |