mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
ioremap has provided non-cached semantics by default since the Linux 2.6 days, so remove the additional ioremap_nocache interface. Signed-off-by: Christoph Hellwig <[email protected]> Acked-by: Arnd Bergmann <[email protected]>