mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 14:50:19 +00:00
s390/pci: define read*_relaxed functions
Just map the read*_relaxed() functions to their corresponding read*() functions. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
80020fbd65
commit
478740a148
@ -85,6 +85,11 @@ static inline void iounmap(volatile void __iomem *addr)
|
|||||||
#define __raw_writel zpci_write_u32
|
#define __raw_writel zpci_write_u32
|
||||||
#define __raw_writeq zpci_write_u64
|
#define __raw_writeq zpci_write_u64
|
||||||
|
|
||||||
|
#define readb_relaxed readb
|
||||||
|
#define readw_relaxed readw
|
||||||
|
#define readl_relaxed readl
|
||||||
|
#define readq_relaxed readq
|
||||||
|
|
||||||
#endif /* CONFIG_PCI */
|
#endif /* CONFIG_PCI */
|
||||||
|
|
||||||
#include <asm-generic/io.h>
|
#include <asm-generic/io.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user