mm/early_ioremap.c: remove redundant early_ioremap_shutdown()
authorWeizhao Ouyang <o451686892@gmail.com>
Wed, 8 Sep 2021 02:56:06 +0000 (19:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Sep 2021 18:50:24 +0000 (11:50 -0700)
commit395519b4b6e82741f29aaf6defa66cbdf3466584
tree374cc2ed7e3ef66d66254a75f7912069e5c31c47
parent8491502f787c4a902bd4f223b578ef47d3490264
mm/early_ioremap.c: remove redundant early_ioremap_shutdown()

early_ioremap_reset() reserved a weak function so that architectures can
provide a specific cleanup.  Now no architectures use it, remove this
redundant function.

Link: https://lkml.kernel.org/r/20210901082917.399953-1-o451686892@gmail.com
Signed-off-by: Weizhao Ouyang <o451686892@gmail.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-generic/early_ioremap.h
mm/early_ioremap.c