diff options
author | David S. Miller <davem@davemloft.net> | 2008-07-22 17:30:55 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-22 17:30:55 -0400 |
commit | 428695b89831d781ba203d97ee07da68150ea40d (patch) | |
tree | 86deae4e07caf50e82aa99724c6c404831a35df8 /include/asm-sparc/io_64.h | |
parent | 6662327e190a20bd42867f11abca095badee56e1 (diff) |
sparc: Fixes the DRM layer build on sparc.
By providing an ioremap_wc().
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc/io_64.h')
-rw-r--r-- | include/asm-sparc/io_64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sparc/io_64.h b/include/asm-sparc/io_64.h index 11daa31cdaf..0bff078ffdd 100644 --- a/include/asm-sparc/io_64.h +++ b/include/asm-sparc/io_64.h | |||
@@ -460,6 +460,7 @@ static inline void __iomem *ioremap(unsigned long offset, unsigned long size) | |||
460 | } | 460 | } |
461 | 461 | ||
462 | #define ioremap_nocache(X,Y) ioremap((X),(Y)) | 462 | #define ioremap_nocache(X,Y) ioremap((X),(Y)) |
463 | #define ioremap_wc(X,Y) ioremap((X),(Y)) | ||
463 | 464 | ||
464 | static inline void iounmap(volatile void __iomem *addr) | 465 | static inline void iounmap(volatile void __iomem *addr) |
465 | { | 466 | { |