commit | 2cecd1f11ca4a7d402bee4bb12198e5283a4fb81 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Aug 17 09:32:35 2019 +0200 |
committer | Geert Uytterhoeven <geert@linux-m68k.org> | Mon Sep 02 09:50:26 2019 +0200 |
tree | 79e2c552bc45d4aa2d47b531d1e8c91c2dfc7be9 | |
parent | 49ff824a028ac602bb89defd6e43f91c7cf1c84a [diff] |
m68k: Simplify ioremap_nocache() Just define ioremap_nocache to ioremap instead of duplicating the inline. Also define ioremap_uc in terms of ioremap instead of using a double indirection. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20190817073253.27819-9-hch@lst.de Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>