projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6548f01
)
m68k: sun3x: Make dvma_print() static
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Wed, 13 Sep 2023 14:08:41 +0000
(16:08 +0200)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Fri, 6 Oct 2023 08:03:04 +0000
(10:03 +0200)
There was never a user of dvma_print() outside arch/m68k/sun3x/dvma.c.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link:
https://lore.kernel.org/r/0a038ac68ee553b1928a975dc0ae1c16803a0ac0.1694613528.git.geert@linux-m68k.org
arch/m68k/sun3x/dvma.c
patch
|
blob
|
history
diff --git
a/arch/m68k/sun3x/dvma.c
b/arch/m68k/sun3x/dvma.c
index d1847bfa136791e2ea0e09869297ceb6dce9efab..5185b4818d408e71fe2bc465e9794e3ce03cec1a 100644
(file)
--- a/
arch/m68k/sun3x/dvma.c
+++ b/
arch/m68k/sun3x/dvma.c
@@
-60,7
+60,7
@@
static volatile unsigned long *iommu_pte = (unsigned long *)SUN3X_IOMMU;
#ifdef DEBUG
/* code to print out a dvma mapping for debugging purposes */
-void dvma_print (unsigned long dvma_addr)
+
static
void dvma_print (unsigned long dvma_addr)
{
unsigned long index;