From d15a261d876da3267c8c706ef21e7fdf10c582be Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Wed, 7 Mar 2018 21:32:55 +0100 Subject: powerpc/32: Make some functions static These functions can all be static, make it so. Signed-off-by: Mathieu Malaterre [mpe: Combine a patch of Mathieu's with some other static conversions] Signed-off-by: Michael Ellerman --- arch/powerpc/mm/init_32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/powerpc/mm') diff --git a/arch/powerpc/mm/init_32.c b/arch/powerpc/mm/init_32.c index 6419b33ca309..a2bf6965d04f 100644 --- a/arch/powerpc/mm/init_32.c +++ b/arch/powerpc/mm/init_32.c @@ -99,7 +99,7 @@ unsigned long __max_low_memory = MAX_LOW_MEM; /* * Check for command-line options that affect what MMU_init will do. */ -void __init MMU_setup(void) +static void __init MMU_setup(void) { /* Check for nobats option (used in mapin_ram). */ if (strstr(boot_command_line, "nobats")) { -- cgit v1.2.3-55-g7522