rtc: goldfish: Use gf_ioread32()/gf_iowrite32()
authorLaurent Vivier <laurent@vivier.eu>
Wed, 6 Apr 2022 20:15:21 +0000 (22:15 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 11 Apr 2022 09:48:01 +0000 (11:48 +0200)
commit3378c7f48f497b5ad93a43dcd4f8d406a2609562
tree9f4815ce734994c084b67b3dc762352886ec03af
parent2e2ac4a3327479f7e2744cdd88a5c823f2057bad
rtc: goldfish: Use gf_ioread32()/gf_iowrite32()

Replace readl()/writel() by gf_ioread32()/gf_iowrite32()
as done for goldfish-tty.

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20220406201523.243733-3-laurent@vivier.eu
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
drivers/rtc/rtc-goldfish.c