提交 ff38e7c8 编写于 作者: A Arnd Bergmann 提交者: Paul Mackerras

[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: NArnd Bergmann <arnd@arndb.de>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 8446196a
...@@ -278,7 +278,7 @@ static void __init l2cr_init(void) ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册