Commit ff38e7c8 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Paul Mackerras
Browse files

[PATCH] powerpc: pmac namespace cleanup



pmac_setup_arch is only used in the file that it is defined in,
so it should not be in the global namespace.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 8446196a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ static void __init l2cr_init(void)
}
#endif

void __init pmac_setup_arch(void)
static void __init pmac_setup_arch(void)
{
	struct device_node *cpu, *ic;
	int *fp;