diff options
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | 2019-09-10 08:51:53 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-11 15:33:27 -0400 |
commit | 909d0399a519e1491b3e11e6afae2287e0c08a3f (patch) | |
tree | ae8d87d9da8fcdf069eb6c7da1bc3249aa686a08 /arch/arm/mach-tegra | |
parent | 17241ea0543a4c998f79bde27b8a6047c8d84d0a (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>
Diffstat (limited to 'arch/arm/mach-tegra')
0 files changed, 0 insertions, 0 deletions