commit | 076863473c0cdbf7fdcbf97e1878028ccde3b4ec | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Aug 13 08:14:41 2019 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon Nov 11 21:18:19 2019 +0100 |
tree | 41f69c7f4a38cd5336bab8a793767a660409a06f | |
parent | d092a87073269677b7ff09e71a8d91912b7f969a [diff] |
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>