diff options
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/include/asm/io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/include/asm/io.h b/arch/arc/include/asm/io.h index cabd518cb253..7cc4ced5dbf4 100644 --- a/arch/arc/include/asm/io.h +++ b/arch/arc/include/asm/io.h | |||
@@ -20,6 +20,7 @@ extern void iounmap(const void __iomem *addr); | |||
20 | 20 | ||
21 | #define ioremap_nocache(phy, sz) ioremap(phy, sz) | 21 | #define ioremap_nocache(phy, sz) ioremap(phy, sz) |
22 | #define ioremap_wc(phy, sz) ioremap(phy, sz) | 22 | #define ioremap_wc(phy, sz) ioremap(phy, sz) |
23 | #define ioremap_wt(phy, sz) ioremap(phy, sz) | ||
23 | 24 | ||
24 | /* Change struct page to physical address */ | 25 | /* Change struct page to physical address */ |
25 | #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) | 26 | #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) |