mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
[ARM] shark: remove old unused "translated" IO macros
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
1dab59c09b
commit
514161b601
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user