Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39852
b: refs/heads/master
c: ffc4557
h: refs/heads/master
v: v3
  • Loading branch information
Aron Griffis authored and Tony Luck committed Oct 17, 2006
1 parent 9637e55 commit 3ae07c4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3bbe486b361b317ac7103378ed3d1aab4779715e
refs/heads/master: ffc45571dfb4b70e7eda8d97f64a05f5e5a992ac
4 changes: 2 additions & 2 deletions trunk/include/asm-ia64/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ __writeq (unsigned long val, volatile void __iomem *addr)
# define outl_p outl
#endif

# ifdef __KERNEL__

extern void __iomem * ioremap(unsigned long offset, unsigned long size);
extern void __iomem * ioremap_nocache (unsigned long offset, unsigned long size);

Expand All @@ -430,8 +432,6 @@ iounmap (volatile void __iomem *addr)
#define dmi_iounmap(x,l) iounmap(x)
#define dmi_alloc(l) kmalloc(l, GFP_ATOMIC)

# ifdef __KERNEL__

/*
* String version of IO memory access ops:
*/
Expand Down

0 comments on commit 3ae07c4

Please sign in to comment.