[PATCH] powerpc: cell namespace cleanup
These symbols are only used in the file that they are defined in, so they 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:
committed by
Paul Mackerras
parent
b0da985644
commit
8fce10a3c9
@@ -57,7 +57,7 @@
|
||||
#define DBG(fmt...)
|
||||
#endif
|
||||
|
||||
void cell_show_cpuinfo(struct seq_file *m)
|
||||
static void cell_show_cpuinfo(struct seq_file *m)
|
||||
{
|
||||
struct device_node *root;
|
||||
const char *model = "";
|
||||
|
Reference in New Issue
Block a user