mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00:00
[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: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
8446196ade
commit
ff38e7c80a
@ -278,7 +278,7 @@ static void __init l2cr_init(void)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void __init pmac_setup_arch(void)
|
static void __init pmac_setup_arch(void)
|
||||||
{
|
{
|
||||||
struct device_node *cpu, *ic;
|
struct device_node *cpu, *ic;
|
||||||
int *fp;
|
int *fp;
|
||||||
|
Loading…
Reference in New Issue
Block a user