Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181105
b: refs/heads/master
c: edf711b
h: refs/heads/master
i:
  181103: 15a9caf
v: v3
  • Loading branch information
Paul Mundt committed Jan 18, 2010
1 parent 0db7bcf commit 59eb252
Show file tree
Hide file tree
Showing 2 changed files with 10 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: d9b9487af79955a8e8fcddc963f56697e020cfed
refs/heads/master: edf711b66f2a8a9629aa253ad8b3a5a03b5d7af5
9 changes: 9 additions & 0 deletions trunk/arch/sh/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,15 @@ void __iounmap(void __iomem *addr);
extern void __iomem *ioremap_fixed(resource_size_t, unsigned long, pgprot_t);
extern void iounmap_fixed(void __iomem *);
extern void ioremap_fixed_init(void);
#else
static inline void __iomem *
ioremap_fixed(resource_size t phys_addr, unsigned long size, pgprot_t prot)
{
BUG();
}

static inline void ioremap_fixed_init(void) { }
static inline void iounmap_fixed(void __iomem *addr) { }
#endif

static inline void __iomem *
Expand Down

0 comments on commit 59eb252

Please sign in to comment.