mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-18 23:59:29 -04:00
As mangix pointed out on IRC, ioremap and ioremap_nocache are functionally equivalent on kenrel 5.4 and 5.10. Therefore we can use ioremap regardless of the kernel the driver gets compiled for. Signed-off-by: David Bauer <mail@david-bauer.net>