summaryrefslogtreecommitdiff
path: root/CREDITS
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2023-07-26 17:54:09 +0300
committerAndrew Morton <akpm@linux-foundation.org>2023-08-21 23:37:28 +0300
commit68af05143fd4b49d4b12eab8d63c91ffbc7c4e5e (patch)
treec75176faaab07f7698efc0866d44da1155d112d2 /CREDITS
parent1cac4c0760ecd0c33b11b7b5c609264ea6bed5ed (diff)
downloadlinux-68af05143fd4b49d4b12eab8d63c91ffbc7c4e5e.tar.xz
kernel/iomem.c: remove __weak ioremap_cache helper
No portable code calls into this function any more, and on architectures that don't use or define their own, it causes a warning: kernel/iomem.c:10:22: warning: no previous prototype for 'ioremap_cache' [-Wmissing-prototypes] 10 | __weak void __iomem *ioremap_cache(resource_size_t offset, unsigned long size) Fold it into the only caller that uses it on architectures without the #define. Note that the fallback to ioremap is probably still wrong on those architectures, but this is what it's always done there. Link: https://lkml.kernel.org/r/20230726145432.1617809-1-arnd@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Baoquan He <bhe@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions