m68k: sun3x: Do not mark dvma_map_iommu() inline
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 13 Sep 2023 14:08:39 +0000 (16:08 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 6 Oct 2023 08:03:04 +0000 (10:03 +0200)
commit1dbda52ef93e49b29c965f21ca615f7280ee0b7f
tree1a02aa65a1ad34027352c88ca8c9199e35316e30
parent873f7a1781ab0cea8ddb4d0b8789d7c936552ccd
m68k: sun3x: Do not mark dvma_map_iommu() inline

dvma_map_iommu() is called from the common Sun3/3x DVMA management code,
but never from inside arch/m68k/sun3x/dvma.c.  Hence it does not make
sense to mark it inline.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/0884fd1f5d6775535bf20b13cc74283df4955e49.1694613528.git.geert@linux-m68k.org
arch/m68k/sun3x/dvma.c