Skip to content

Commit f9b3463

Browse files
committed
m68k: sun3x: Make dvma_print() static
There was never a user of dvma_print() outside arch/m68k/sun3x/dvma.c. Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/0a038ac68ee553b1928a975dc0ae1c16803a0ac0.1694613528.git.geert@linux-m68k.org
1 parent 6548f01 commit f9b3463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/m68k/sun3x/dvma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ static volatile unsigned long *iommu_pte = (unsigned long *)SUN3X_IOMMU;
6060

6161
#ifdef DEBUG
6262
/* code to print out a dvma mapping for debugging purposes */
63-
void dvma_print (unsigned long dvma_addr)
63+
static void dvma_print (unsigned long dvma_addr)
6464
{
6565

6666
unsigned long index;

0 commit comments

Comments
 (0)