From 65b2c725c3da5676eadfd1a886762b2db30ef37a Mon Sep 17 00:00:00 2001 From: Will Deacon Date: Wed, 17 Oct 2012 16:45:01 +0100 Subject: [PATCH] --- yaml --- r: 347920 b: refs/heads/master c: b2656a138ab7bc4e7abd3b1cbd6d1f105c7a7186 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-generic/io.h | 30 ------------------------------ 2 files changed, 1 insertion(+), 31 deletions(-) diff --git a/[refs] b/[refs] index c35e0f49b7e0..2052ad7bfce5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9b04ebd1584766229c58fedaa8fe4dfff575ac3a +refs/heads/master: b2656a138ab7bc4e7abd3b1cbd6d1f105c7a7186 diff --git a/trunk/include/asm-generic/io.h b/trunk/include/asm-generic/io.h index 616eea53d633..063ce7640910 100644 --- a/trunk/include/asm-generic/io.h +++ b/trunk/include/asm-generic/io.h @@ -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)