mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
authorJohn Thomson <git@johnthomson.fastmail.com.au>
Mon, 14 Nov 2022 01:56:56 +0000 (11:56 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Dec 2022 12:14:04 +0000 (13:14 +0100)
commit8348da01e5c65b245050845d9863448d37ff40ed
tree67d9e74be8b7e382b776f11f7c6efae0a1f2f165
parent0f8e6fe09cfa0b55668ba8b74024ee2a4f977932
mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem

[ Upstream commit a2cab953b4c077cc02878d424466d3a6eac32aaf ]

So that MT7621_SYSC_BASE can be used later in multiple functions without
needing to repeat this __iomem declaration each time

Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Stable-dep-of: 7c18b64bba3b ("mips: ralink: mt7621: do not use kzalloc too early")
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/mips/include/asm/mach-ralink/mt7621.h
arch/mips/ralink/mt7621.c