Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181109
b: refs/heads/master
c: af14153
h: refs/heads/master
i:
  181107: e011754
v: v3
  • Loading branch information
Paul Mundt committed Jan 18, 2010
1 parent 8c32f69 commit f9fcd98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 12b6b01cb47dc3eefbef866592193661dad7afb9
refs/heads/master: af1415314a4190b8ea06e53808d392fcf91555af
5 changes: 3 additions & 2 deletions trunk/arch/sh/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
* have to convert them into an offset in a page-aligned mapping, but the
* caller shouldn't need to know that small detail.
*/
void __iomem *__ioremap_caller(unsigned long phys_addr, unsigned long size,
unsigned long flags, void *caller)
void __iomem * __init_refok
__ioremap_caller(unsigned long phys_addr, unsigned long size,
unsigned long flags, void *caller)
{
struct vm_struct *area;
unsigned long offset, last_addr, addr, orig_addr;
Expand Down

0 comments on commit f9fcd98

Please sign in to comment.