mirror of
https://github.com/t2linux/kernel.git
synced 2026-08-16 05:22:11 -07: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 <hch@lst.de> Acked-by: Arnd Bergmann <arnd@arndb.de>