xtensa: add ioremap_nocache declaration before include asm-generic/io.h.
authorGreentime Hu <greentime@andestech.com>
Wed, 21 Feb 2018 06:21:23 +0000 (14:21 +0800)
committerGreentime Hu <greentime@andestech.com>
Thu, 22 Feb 2018 02:44:30 +0000 (10:44 +0800)
A future commit for the nds32 architecture bootstrap("asm-generic/io.h:
move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef
CONFIG_MMU") will move the ioremap_nocache out of the CONFIG_MMU ifdef.
This means that in order to suppress re-definition errors we need to
setup #define's before importing asm-generic/io.h.

Signed-off-by: Greentime Hu <greentime@andestech.com>
arch/xtensa/include/asm/io.h

index c38e5a732d86f69b44826349314a6fb286305985..acc5bb2cf1c77328cc502dcf69cace9af5b8b3d9 100644 (file)
@@ -52,6 +52,7 @@ static inline void __iomem *ioremap_cache(unsigned long offset,
                return xtensa_ioremap_cache(offset, size);
 }
 #define ioremap_cache ioremap_cache
+#define ioremap_nocache ioremap_nocache
 
 #define ioremap_wc ioremap_nocache
 #define ioremap_wt ioremap_nocache