We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73eba2 commit 7312b70Copy full SHA for 7312b70
arch/hexagon/include/asm/io.h
@@ -173,6 +173,7 @@ static inline void writel(u32 data, volatile void __iomem *addr)
173
174
void __iomem *ioremap(unsigned long phys_addr, unsigned long size);
175
#define ioremap_nocache ioremap
176
+#define ioremap_uc(X, Y) ioremap((X), (Y))
177
178
179
#define __raw_writel writel
0 commit comments