projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc40c42
)
m68k: sun3: Make print_pte() static
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Wed, 13 Sep 2023 14:08:36 +0000
(16:08 +0200)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Fri, 6 Oct 2023 08:03:04 +0000
(10:03 +0200)
When building with W=1:
arch/m68k/sun3/mmu_emu.c:70:6: warning: no previous prototype for ‘print_pte’ [-Wmissing-prototypes]
70 | void print_pte (pte_t pte)
| ^~~~~~~~~
Fix this by making print_pte() static.
There was never a user outside arch/m68k/sun3/mmu_emu.c.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link:
https://lore.kernel.org/r/a56c70e85584efb3681cb7e94aff167299dfa5e4.1694613528.git.geert@linux-m68k.org
arch/m68k/sun3/mmu_emu.c
patch
|
blob
|
history
diff --git
a/arch/m68k/sun3/mmu_emu.c
b/arch/m68k/sun3/mmu_emu.c
index 7321b3b76283c7c9ccc9852c19b844facddd7ab9..7ec9bbf8a3644a106c1fc40744330497d01800ec 100644
(file)
--- a/
arch/m68k/sun3/mmu_emu.c
+++ b/
arch/m68k/sun3/mmu_emu.c
@@
-67,7
+67,7
@@
static unsigned char ctx_avail = CONTEXTS_NUM-1;
unsigned long rom_pages[256];
/* Print a PTE value in symbolic form. For debugging. */
-
void print_pte
(pte_t pte)
+
static void print_pte
(pte_t pte)
{
#if 0
/* Verbose version. */