Skip to content

Commit

Permalink
MN10300: Supply ioremap_wc() for MN10300
Browse files Browse the repository at this point in the history
Supply ioremap_wc() for MN10300.

Signed-off-by: David Howells <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
dhowells authored and torvalds committed Aug 20, 2008
1 parent e4464fa commit 449f765
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-mn10300/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ static inline void *ioremap_nocache(unsigned long offset, unsigned long size)
return (void *) (offset | 0x20000000);
}

#define ioremap_wc ioremap_nocache

static inline void iounmap(void *addr)
{
}
Expand Down

0 comments on commit 449f765

Please sign in to comment.