]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: iop32x: make mach/uncompress.h independent of mach/hardware.h
authorArnd Bergmann <arnd@arndb.de>
Fri, 9 Aug 2019 16:33:20 +0000 (18:33 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 14 Aug 2019 13:36:22 +0000 (15:36 +0200)
commitba9ef6afc45ff4eb2d9c6e26c6a94279ee3b4348
treed36b3880362093d0b4371eecb9656614e3e15c83
parentc7b68049943079550d4e6af0f10aa3aabd64131a
ARM: iop32x: make mach/uncompress.h independent of mach/hardware.h

All supported uarts use the same address: IQ80321_UART and IQ31244_UART
are both defined to the default value of 0xfe800000. By using that as
the address unconditionally, all dependencies on other machine headers
can be avoided.

Link: https://lore.kernel.org/r/20190809163334.489360-6-arnd@arndb.de
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-iop32x/include/mach/uncompress.h