]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0b5c6b1c4f88f6cc8d93d718ae86e1c6a9912896
tree41f69c7f4a38cd5336bab8a793767a660409a06f
parent87a2170a757bcc259380e25b0b650f8b769fe790
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