Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARC: Add read*_relaxed to asm/io.h

Some drivers require these, and ARC didn't had them yet.

Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>

authored by

Mischa Jonker and committed by
Vineet Gupta
6532b02f 7d669a19

+4
+4
arch/arc/include/asm/io.h
··· 100 100 101 101 } 102 102 103 + #define readb_relaxed readb 104 + #define readw_relaxed readw 105 + #define readl_relaxed readl 106 + 103 107 #include <asm-generic/io.h> 104 108 105 109 #endif /* _ASM_ARC_IO_H */