diff options
Diffstat (limited to 'arch/ia64/include')
-rw-r--r-- | arch/ia64/include/asm/io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/include/asm/io.h b/arch/ia64/include/asm/io.h index 80a7e34be009..9041bbe2b7b4 100644 --- a/arch/ia64/include/asm/io.h +++ b/arch/ia64/include/asm/io.h | |||
@@ -435,6 +435,7 @@ static inline void __iomem * ioremap_cache (unsigned long phys_addr, unsigned lo | |||
435 | { | 435 | { |
436 | return ioremap(phys_addr, size); | 436 | return ioremap(phys_addr, size); |
437 | } | 437 | } |
438 | #define ioremap_cache ioremap_cache | ||
438 | 439 | ||
439 | 440 | ||
440 | /* | 441 | /* |