aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv/setup.c
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2014-08-19 18:55:18 -0400
committerMichael Ellerman <mpe@ellerman.id.au>2014-09-25 09:14:41 -0400
commite51df2c170efaeadce4d416e1825b0830de0a795 (patch)
treee3fa881027448042f5a2915e7f1c58ddecd6c82f /arch/powerpc/platforms/powernv/setup.c
parent5144b6bfe25fda7c51f6f9d8d79cf0fe61df5c28 (diff)
powerpc: Make a bunch of things static
Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms/powernv/setup.c')
-rw-r--r--arch/powerpc/platforms/powernv/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powernv/setup.c b/arch/powerpc/platforms/powernv/setup.c
index 5a0e2dc6de5f..bb1fc9b8d55e 100644
--- a/arch/powerpc/platforms/powernv/setup.c
+++ b/arch/powerpc/platforms/powernv/setup.c
@@ -307,7 +307,7 @@ static int __init pnv_probe(void)
307 * Returns the cpu frequency for 'cpu' in Hz. This is used by 307 * Returns the cpu frequency for 'cpu' in Hz. This is used by
308 * /proc/cpuinfo 308 * /proc/cpuinfo
309 */ 309 */
310unsigned long pnv_get_proc_freq(unsigned int cpu) 310static unsigned long pnv_get_proc_freq(unsigned int cpu)
311{ 311{
312 unsigned long ret_freq; 312 unsigned long ret_freq;
313 313