OSDN Git Service

m68k: rename __iounmap and mark it static
authorChristoph Hellwig <hch@lst.de>
Tue, 13 Aug 2019 06:14:41 +0000 (08:14 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 11 Nov 2019 20:18:19 +0000 (21:18 +0100)
commit076863473c0cdbf7fdcbf97e1878028ccde3b4ec
tree41f69c7f4a38cd5336bab8a793767a660409a06f
parentd092a87073269677b7ff09e71a8d91912b7f969a
m68k: rename __iounmap and mark it static

m68k uses __iounmap as the name for an internal helper that is only
used for some CPU types.  Mark it static, give it a better name
and move it around a bit to avoid a forward declaration.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/kmap.h
arch/m68k/mm/kmap.c