]> asedeno.scripts.mit.edu Git - linux.git/commit
mtd: pxa2xx: Use ioremap_cache insted of ioremap_cached
authorChristoph Hellwig <hch@lst.de>
Sat, 17 Aug 2019 07:32:28 +0000 (09:32 +0200)
committerRichard Weinberger <richard@nod.at>
Sun, 15 Sep 2019 21:50:22 +0000 (23:50 +0200)
commit97ef08ae275e388321dcde9190adbaa0c67b93fe
tree6ad90b475c343b9f7642d5da21f3378b472a00a7
parent6db5506f056d2df63e925e6d53e77bae4d6bc1b8
mtd: pxa2xx: Use ioremap_cache insted of ioremap_cached

pxa2xx-flash is the only user of ioremap_cached, which is an alias
for ioremap_cache anyway.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/maps/pxa2xx-flash.c