commit | 238a4861beba44142b08160f39e42b405bcf1999 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Tue Sep 10 08:51:53 2019 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 11 15:33:27 2019 -0400 |
tree | ae8d87d9da8fcdf069eb6c7da1bc3249aa686a08 | |
parent | e3b39c8a1584662ca0fcd83c14223df597c8faa6 [diff] |
ARM: asm/io.h: kill off confusing #ifdef __mem_pci block No ARM board seems to define __mem_pci - and if it did, one would get tons of ./arch/arm/include/asm/io.h:307:0: warning: "readl" redefined warnings, because readl and friends are unconditionally defined earlier in io.h. Moreover, the redefinitions lack the memory barriers that the first definitions have. So I'm guessing this is practically dead code. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>