Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56389
b: refs/heads/master
c: 218f0aa
h: refs/heads/master
i:
  56387: c87266a
v: v3
  • Loading branch information
Paul Mundt authored and Linus Torvalds committed May 15, 2007
1 parent c740e4f commit 862ef70
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f0ee9aabb0520adea5937855a9575c08a97b16e7
refs/heads/master: 218f0aaee8a6b0e5772b95b154dea5b7701b33aa
8 changes: 8 additions & 0 deletions trunk/include/linux/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,16 @@ struct device;
void __iowrite32_copy(void __iomem *to, const void *from, size_t count);
void __iowrite64_copy(void __iomem *to, const void *from, size_t count);

#ifdef CONFIG_MMU
int ioremap_page_range(unsigned long addr, unsigned long end,
unsigned long phys_addr, pgprot_t prot);
#else
static inline int ioremap_page_range(unsigned long addr, unsigned long end,
unsigned long phys_addr, pgprot_t prot)
{
return 0;
}
#endif

/*
* Managed iomap interface
Expand Down

0 comments on commit 862ef70

Please sign in to comment.