ARM: asm/io.h: remove redundant #if !defined(readb) block
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Tue, 10 Sep 2019 08:51:54 +0000 (08:51 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 11 Oct 2019 19:33:27 +0000 (15:33 -0400)
commit26c106095188ef29c252c189fbf5261c59b88a10
tree8614333c3644bb63506262d165e37138138c62c5
parent909d0399a519e1491b3e11e6afae2287e0c08a3f
ARM: asm/io.h: remove redundant #if !defined(readb) block

readb is unconditionally defined earlier in io.h, so there's no point
checking whether it's undefined.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
arch/arm/include/asm/io.h