diff options
Diffstat (limited to 'arch/arm/mach-shark/include/mach/io.h')
-rw-r--r-- | arch/arm/mach-shark/include/mach/io.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/mach-shark/include/mach/io.h b/arch/arm/mach-shark/include/mach/io.h index 92475922c068..751ab419e4ff 100644 --- a/arch/arm/mach-shark/include/mach/io.h +++ b/arch/arm/mach-shark/include/mach/io.h | |||
@@ -36,21 +36,4 @@ static inline unsigned int __ioaddr (unsigned int port) \ | |||
36 | 36 | ||
37 | #define __mem_pci(addr) (addr) | 37 | #define __mem_pci(addr) (addr) |
38 | 38 | ||
39 | /* | ||
40 | * Translated address IO functions | ||
41 | * | ||
42 | * IO address has already been translated to a virtual address | ||
43 | */ | ||
44 | #define outb_t(v,p) \ | ||
45 | (*(volatile unsigned char *)(p) = (v)) | ||
46 | |||
47 | #define inb_t(p) \ | ||
48 | (*(volatile unsigned char *)(p)) | ||
49 | |||
50 | #define outl_t(v,p) \ | ||
51 | (*(volatile unsigned long *)(p) = (v)) | ||
52 | |||
53 | #define inl_t(p) \ | ||
54 | (*(volatile unsigned long *)(p)) | ||
55 | |||
56 | #endif | 39 | #endif |