X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Farch%2Fsh%2Finclude%2Fasm%2Fio.h;h=3280a6bfa5036c7db9f51b9f6d65266eedb74603;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=728c4c571f40ee20d879bd097c259fd274a37c29;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/kernel/arch/sh/include/asm/io.h b/kernel/arch/sh/include/asm/io.h index 728c4c571..3280a6bfa 100644 --- a/kernel/arch/sh/include/asm/io.h +++ b/kernel/arch/sh/include/asm/io.h @@ -342,6 +342,7 @@ ioremap_cache(phys_addr_t offset, unsigned long size) { return __ioremap_mode(offset, size, PAGE_KERNEL); } +#define ioremap_cache ioremap_cache #ifdef CONFIG_HAVE_IOREMAP_PROT static inline void __iomem * @@ -368,6 +369,7 @@ static inline int iounmap_fixed(void __iomem *addr) { return -EINVAL; } #endif #define ioremap_nocache ioremap +#define ioremap_uc ioremap #define iounmap __iounmap /*