Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347920
b: refs/heads/master
c: b2656a1
h: refs/heads/master
v: v3
  • Loading branch information
Will Deacon authored and Arnd Bergmann committed Oct 26, 2012
1 parent 406c939 commit 65b2c72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 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: 9b04ebd1584766229c58fedaa8fe4dfff575ac3a
refs/heads/master: b2656a138ab7bc4e7abd3b1cbd6d1f105c7a7186
30 changes: 0 additions & 30 deletions trunk/include/asm-generic/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,36 +216,6 @@ static inline void outsl(unsigned long addr, const void *buffer, int count)
}
#endif

static inline void readsl(const void __iomem *addr, void *buf, int len)
{
insl(addr - PCI_IOBASE, buf, len);
}

static inline void readsw(const void __iomem *addr, void *buf, int len)
{
insw(addr - PCI_IOBASE, buf, len);
}

static inline void readsb(const void __iomem *addr, void *buf, int len)
{
insb(addr - PCI_IOBASE, buf, len);
}

static inline void writesl(const void __iomem *addr, const void *buf, int len)
{
outsl(addr - PCI_IOBASE, buf, len);
}

static inline void writesw(const void __iomem *addr, const void *buf, int len)
{
outsw(addr - PCI_IOBASE, buf, len);
}

static inline void writesb(const void __iomem *addr, const void *buf, int len)
{
outsb(addr - PCI_IOBASE, buf, len);
}

#ifndef CONFIG_GENERIC_IOMAP
#define ioread8(addr) readb(addr)
#define ioread16(addr) readw(addr)
Expand Down

0 comments on commit 65b2c72

Please sign in to comment.