commit | 428695b89831d781ba203d97ee07da68150ea40d | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jul 22 14:30:55 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 22 14:30:55 2008 -0700 |
tree | 86deae4e07caf50e82aa99724c6c404831a35df8 | |
parent | 6662327e190a20bd42867f11abca095badee56e1 [diff] [blame] |
sparc: Fixes the DRM layer build on sparc. By providing an ioremap_wc(). Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/asm-sparc/io_64.h b/include/asm-sparc/io_64.h index 11daa31..0bff078 100644 --- a/include/asm-sparc/io_64.h +++ b/include/asm-sparc/io_64.h
@@ -460,6 +460,7 @@ } #define ioremap_nocache(X,Y) ioremap((X),(Y)) +#define ioremap_wc(X,Y) ioremap((X),(Y)) static inline void iounmap(volatile void __iomem *addr) {