diff options
author | Arnd Bergmann <arnd@arndb.de> | 2006-01-11 00:00:02 +0000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-12 20:39:13 +1100 |
commit | 8446196ade39befe68f60cfae49c43b94a1144fc (patch) | |
tree | 5b246a1c926687228a62dabe7202c2284d278592 /arch/powerpc/platforms/pseries/setup.c | |
parent | b07dfab3e329955c218cd1d06efdb133c5c18ecd (diff) |
[PATCH] powerpc: pseries 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>
Diffstat (limited to 'arch/powerpc/platforms/pseries/setup.c')
-rw-r--r-- | arch/powerpc/platforms/pseries/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/setup.c b/arch/powerpc/platforms/pseries/setup.c index 8903cf63236..68b7f086d63 100644 --- a/arch/powerpc/platforms/pseries/setup.c +++ b/arch/powerpc/platforms/pseries/setup.c @@ -86,7 +86,7 @@ static void pseries_dedicated_idle(void); struct mpic *pSeries_mpic; -void pSeries_show_cpuinfo(struct seq_file *m) +static void pSeries_show_cpuinfo(struct seq_file *m) { struct device_node *root; const char *model = ""; |