lkml.org 
[lkml]   [2008]   [Apr]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.6 patch] x86: make impress_friends() static
This patch makes the needlessly global impress_friends() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -579,7 +579,7 @@ void __init smp_alloc_memory(void)
}
#endif

-void impress_friends(void)
+static void impress_friends(void)
{
int cpu;
unsigned long bogosum = 0;

\
 
 \ /
  Last update: 2008-04-21 23:35    [W:0.067 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site