Commit 1dbda52e authored by Geert Uytterhoeven's avatar Geert Uytterhoeven

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: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/0884fd1f5d6775535bf20b13cc74283df4955e49.1694613528.git.geert@linux-m68k.org
parent 873f7a17
......@@ -143,8 +143,7 @@ inline int dvma_map_cpu(unsigned long kaddr,
}
inline int dvma_map_iommu(unsigned long kaddr, unsigned long baddr,
int len)
int dvma_map_iommu(unsigned long kaddr, unsigned long baddr, int len)
{
unsigned long end, index;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment