mirror of
https://github.com/t2linux/kernel.git
synced 2026-04-30 13:48:59 -07:00
4bdc0d676a
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>