提交 514161b6 编写于 作者: R Russell King 提交者: Russell King

[ARM] shark: remove old unused "translated" IO macros

Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 1dab59c0
......@@ -36,21 +36,4 @@ static inline unsigned int __ioaddr (unsigned int port) \
#define __mem_pci(addr) (addr)
/*
* Translated address IO functions
*
* IO address has already been translated to a virtual address
*/
#define outb_t(v,p) \
(*(volatile unsigned char *)(p) = (v))
#define inb_t(p) \
(*(volatile unsigned char *)(p))
#define outl_t(v,p) \
(*(volatile unsigned long *)(p) = (v))
#define inl_t(p) \
(*(volatile unsigned long *)(p))
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册