Skip to content

Commit

Permalink
[PATCH] powerpc: pmac namespace cleanup
Browse files Browse the repository at this point in the history
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: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Arnd Bergmann authored and Paul Mackerras committed Jan 12, 2006
1 parent 8446196 commit ff38e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/powermac/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ff38e7c

Please sign in to comment.